Index: .hgignore |
=================================================================== |
--- a/.hgignore |
+++ b/.hgignore |
@@ -1,6 +1,12 @@ |
-^bin/ |
-^gen/ |
-^local\.properties$ |
-^ant\.properties$ |
-.~ |
+syntax: glob |
+bin/ |
+gen/ |
+local.properties |
+ant.properties |
+ |
+#macOS |
+.DS_Store |
+ |
+#Linux |
+*~ |