summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Oeh <daniel@daniel-pc.(none)>2011-12-23 19:22:06 +0100
committerDaniel Oeh <daniel@daniel-pc.(none)>2011-12-23 19:22:06 +0100
commitc9283f09dced6f156e13675ef4c13ebeb20cb9e5 (patch)
tree833961a4fd03b94086223dba9f658cb2841cbe77 /.gitignore
downloadantennapod-c9283f09dced6f156e13675ef4c13ebeb20cb9e5.zip
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..d0fa551e5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# generated files
+bin/
+gen/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Backup files
+*~