the repository which powers this website
Add cgit.conf to .gitignore, remove *~
Not having cgit.conf in .gitignore is a bug, while having *~ is a personal preference. Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2007-09-20
parent ff7a394 · commit 6df9c70
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 56649621..aa36ff71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# Files I don't care to see in git-status/commit
cgit
+cgit.conf
VERSION
*.o
-*~