aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 20 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 485e248..47401e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,24 @@
-bin
-gen
+# generated files
+bin/
+gen/
+
+# translation artifacts
launchpad-*.tar.gz
+
+# local config files
local.properties
+
+# working files
*~
+
+# OS X sucks
+.DS_Store
+
+# SublimeText working files
+*.sublime-project
*.sublime-workspace
+
+# Android Studio
+.idea
+.gradle
+build/