diff options
author | Ankush Sachdeva <sankush@iitk.ac.in> | 2014-09-02 02:51:57 +0530 |
---|---|---|
committer | Ankush Sachdeva <sankush@iitk.ac.in> | 2014-09-02 02:51:57 +0530 |
commit | 62ca083a9cf9690570d4abac37b60d2c8c64ffdd (patch) | |
tree | 75714a6a53baa36ea1cafa07fc13e1198f8606a4 /.gitignore |
inital commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..648a292 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# 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 + +# Eclipse project files +.classpath +.project + +# Proguard folder generated by Eclipse +proguard/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ |