From af72e54357a86cd04f689616269c8a1d8436937f Mon Sep 17 00:00:00 2001 From: zeapo Date: Sat, 16 Aug 2014 16:54:03 +0200 Subject: new ignores, next commit will be cleanup --- .gitignore | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0f885ac8..0ee1826b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3