summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore3
-rwxr-xr-xMakefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 57320a0..224d603 100755
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
*.sav
*.sys
-# converted image data
+# converted image/palette data
*.1bpp
*.2bpp
+*.pal
diff --git a/Makefile b/Makefile
index 3049546..aff8563 100755
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,5 @@ clean:
%.1bpp: %.png
@rgbgfx -b -o $@ $<
+
+%.pal: ;