ignore PNG files also

This commit is contained in:
Josh Holtrop 2011-04-08 13:51:34 -04:00
parent f63505f35b
commit cdfcbc7bb7

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.dep *.dep
fart fart
*.bmp *.bmp
*.png
parser/parser.tab.cc parser/parser.tab.cc
parser/parser.tab.hh parser/parser.tab.hh
parser/lex.yy.cc parser/lex.yy.cc