diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-09-20 00:11:03 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-09-20 00:11:03 +0200 | 
| commit | 6df9c7028a489578bc8593e56298cd869fcdc1fc (patch) | |
| tree | 35292ae9060242db09a2dc844b252f17dbc6a2af /.gitignore | |
| parent | ff7a39488adbee9cb57bf4549efd60e6b7d4fc1a (diff) | |
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 <hjemli@gmail.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,5 +1,5 @@  # Files I don't care to see in git-status/commit  cgit +cgit.conf  VERSION  *.o -*~ | 
