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>
--- /dev/null
+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
+
*.pyc
-./build
-./doc/man/*.1
-./doc/.build/
+build
+doc/man/*.1
+doc/.build/
.be/id-cache
libbe/_version.py