diff options
author | yenatch <yenatch@gmail.com> | 2014-04-05 16:48:03 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-05 16:48:03 -0400 |
commit | b8a4f91b8486b94b92f556200d438a3feafb831c (patch) | |
tree | 463348cde52d6d1ea6dfddbb6b154192bd65a4db | |
parent | 666a5374fff74de3cb54504f76939b4f58f634d4 (diff) |
Add *.1bpp, *.2bpp, *.pic to .gitignore.
These are now generated by the build.
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ # generated *.tx +# converted image data +*.2bpp +*.1bpp +*.pic + # swap files for vim .*.swp |