aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..350a088
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+locale/*/LC_MESSAGES/
+tests/data/cmd/
+inx.imagemap.zip
+inkscape.extension.rng
+inx.its
diff --git a/Makefile b/Makefile
index 0a29892..9d0d6be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
zip: mo
- zip - *.py *.inx locale/*/LC_MESSAGES/*.mo > imagemap.zip
+ zip - *.py *.inx locale/*/LC_MESSAGES/*.mo > inx.imagemap.zip
validate: inkscape.extension.rng
xmllint --noout --relaxng inkscape.extension.rng *.inx