From b8a4f91b8486b94b92f556200d438a3feafb831c Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 5 Apr 2014 16:48:03 -0400 Subject: Add *.1bpp, *.2bpp, *.pic to .gitignore. These are now generated by the build. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3