Fix .gitignore
authorMatěj Cepl <mcepl@redhat.com>
Mon, 2 Jan 2012 15:14:35 +0000 (16:14 +0100)
committerChris Ball <cjb@laptop.org>
Mon, 2 Jan 2012 20:44:53 +0000 (15:44 -0500)
Per gitignore(5) it seems to me that directories in the root of the
repository should be ignored without leading ./ files. E.g.

build/

is correct for ignoring build/ directory and its content.

Signed-off-by: Matěj Cepl <mcepl@redhat.com>
.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values [new file with mode: 0644]
.gitignore

diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/6d1f1d5b-793e-4410-9ca4-b242ab82fa61/values
new file mode 100644 (file)
index 0000000..fd81be4
--- /dev/null
@@ -0,0 +1,17 @@
+creator: Matěj Cepl <mcepl@redhat.com>
+
+
+reporter: Matěj Cepl <mcepl@redhat.com>
+
+
+severity: minor
+
+
+status: fixed
+
+
+summary: Wrong .gitignore
+
+
+time: Mon, 02 Jan 2012 14:42:57 +0000
+
index 3ac2a529f97d7ae170a8725c20b3d2eca49cd2c8..ea4d8f08cb141542fdc1df73e91d8270e689a8c4 100644 (file)
@@ -1,6 +1,6 @@
 *.pyc
-./build
-./doc/man/*.1
-./doc/.build/
+build
+doc/man/*.1
+doc/.build/
 .be/id-cache
 libbe/_version.py