Ignore tags file, but not directories named tags

This commit is contained in:
Eric Collins 2014-10-24 15:38:05 -04:00
parent cf10a8358f
commit a99fbb0f57

View file

@ -6,5 +6,6 @@ db/*.sqlite3
log/*.log log/*.log
rerun.txt rerun.txt
tags tags
!tags/
tmp/**/* tmp/**/*
!tmp/cache/.keep !tmp/cache/.keep