[PATCH 08/12] .gitignore: tighten cgit ignore expression
John Keeping
john at keeping.me.uk
Mon Apr 8 21:12:37 CEST 2013
This will allow wrappers added under tests/ to be added to version
control.
Signed-off-by: John Keeping <john at keeping.me.uk>
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 8011b39..661df34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# Files I don't care to see in git-status/commit
-cgit
+/cgit
cgit.conf
CGIT-CFLAGS
VERSION
--
1.8.2.694.ga76e9c3.dirty
More information about the CGit
mailing list