aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-01-02 16:14:35 +0100
committerChris Ball <cjb@laptop.org>2012-01-02 15:44:53 -0500
commit12bd62528d24670e7774cc834e61ba1640ed6136 (patch)
treeaea71c5f241b55a2711675c9888890f753b31686 /.gitignore
parentf0011cf09d1385f983853b1d11ae5573148139bb (diff)
downloadbugseverywhere-12bd62528d24670e7774cc834e61ba1640ed6136.tar.gz
Fix .gitignore
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 3ac2a52..ea4d8f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*.pyc
-./build
-./doc/man/*.1
-./doc/.build/
+build
+doc/man/*.1
+doc/.build/
.be/id-cache
libbe/_version.py