Add *.1bpp, *.2bpp, *.pic to .gitignore.

These are now generated by the build.
This commit is contained in:
yenatch 2014-04-05 16:48:03 -04:00
parent 666a5374ff
commit b8a4f91b84

5
.gitignore vendored
View file

@ -18,6 +18,11 @@
# generated
*.tx
# converted image data
*.2bpp
*.1bpp
*.pic
# swap files for vim
.*.swp