aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lucas <alexlucas@google.com>2013-04-12 15:37:22 -0700
committerIan Ni-Lewis <ilewis@google.com>2013-05-30 17:37:06 +0000
commit2e8e52d284b3df5ed3ec91027c5818465e5653c4 (patch)
treeffdb1e66991ba32670a3da7fd3dede990d612949
parent294829c138f2864926c92faee694a3938afd27f7 (diff)
downloadandroid-2e8e52d284b3df5ed3ec91027c5818465e5653c4.tar.gz
Added universal gitignore file to facilitate clean sample reposandroid-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9jb-mr2-release
Change-Id: I0c00dbe8855ce2cc1efba9e015a93271c70c3207
-rw-r--r--.gitignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..2dd15735
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# generated files
+bin/
+out/
+gen/
+
+# Libraries used by the app
+# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
+/libs
+
+
+# Build stuff (auto-generated by android update project ...)
+build.xml
+ant.properties
+local.properties
+project.properties
+
+# Eclipse project files
+.classpath
+.project
+
+# idea project files
+.idea/
+.idea/.name
+*.iml
+*.ipr
+*.iws
+
+#gitignore file
+.gitignore