diff options
author | zeapo <mohamed@zenadi.com> | 2014-08-16 16:54:03 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-08-16 16:54:03 +0200 |
commit | af72e54357a86cd04f689616269c8a1d8436937f (patch) | |
tree | 26fcee6a8db1c20b92bf4e3c20a3ebaeb8b95d2c /.gitignore | |
parent | 908d2690b4bf1df82317d4d23c985ee28d1d4f83 (diff) |
new ignores, next commit will be cleanup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -1,5 +1,29 @@ +#Android specific +bin +gen +obj +lint.xml +local.properties +release.properties +ant.properties +*.class + +#Gradle .gradle -/local.properties -/.idea/workspace.xml +build +gradle.properties .DS_Store -/build + +#Maven +target +pom.xml.* + +#Eclipse +.project +.classpath +.settings +.metadata + +#IntelliJ IDEA +.idea +*.iml |