diff options
| author | Viatrix | 2026-03-16 21:49:39 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-16 21:49:39 -0700 |
| commit | ab7e3413fc690b9645974c2d50b34493cb03a373 (patch) | |
| tree | b252f57789b5c028b499ccdb91573af40dd101d7 | |
| parent | 041cd27f115e3cef40e14cf832c4fa61b1fbe58b (diff) | |
Add .gitignore and change output zip name
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | Makefile | 2 |
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 @@ -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 |
