aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--tests/.gitignore2
2 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 3b67593..61d2c61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-/main/bin
-/main/gen
+bin/
+gen/
/main/local.properties
/main/private.properties
/main/res/values/mapsapikey.xml
diff --git a/tests/.gitignore b/tests/.gitignore
deleted file mode 100644
index 4bca020..0000000
--- a/tests/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/gen
-/bin \ No newline at end of file