aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 23:25:02 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 23:30:39 +0200
commitf68e7732f2bc5fdd9df13d8419fdbc8fd5aac891 (patch)
tree366e8e9227592c24821261e3f19a2bbf1400c441
parentb6eb4339aa1d6a28f2520d8ba68fa9596d165d98 (diff)
Ingore *.unsigned and *.aligned
-rw-r--r--.gitignore2
-rw-r--r--Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1ef7f42..49a5af1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,6 @@
*.dex
*.jks
*.apk.idsig
+*.unsigned
+*.aligned
R.java
diff --git a/Makefile b/Makefile
index 8ae37f1..76f8162 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,8 @@ $(R): $(MANIFEST) $(RESOURCES)
aapt package -f -m -S res -M $(MANIFEST) -I $(PLATFORM) -J .
clean:
- rm -f $(R) *.java.class *.unsigned.apk *.aligned.apk *.apk.idsig dex/*.dex
+ rm -f $(R) $(OBJECTS) $(PROJECT).unsigned \
+ $(PROJECT).aligned $(PROJECT).apk.idsig dex/classes.dex
distclean: clean
rm -rf dex/ *.apk keystore.jks