summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-05 16:48:03 -0400
committeryenatch <yenatch@gmail.com>2014-04-05 16:48:03 -0400
commitb8a4f91b8486b94b92f556200d438a3feafb831c (patch)
tree463348cde52d6d1ea6dfddbb6b154192bd65a4db
parent666a5374fff74de3cb54504f76939b4f58f634d4 (diff)
Add *.1bpp, *.2bpp, *.pic to .gitignore.
These are now generated by the build.
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c5eaeb9..d60a2fb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,11 @@
# generated
*.tx
+# converted image data
+*.2bpp
+*.1bpp
+*.pic
+
# swap files for vim
.*.swp