From 8e0324dbd8aef51d85ed81e645129c74dc6ab945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 29 Apr 2016 17:27:28 +0200 Subject: Update build config, gitignore after testing --- .gitignore | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 68f5b5a9e..c7c85bfa0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,28 @@ -#Android specific -bin -gen -obj -libs/armeabi +# Android specific lint.xml local.properties release.properties -ant.properties *.class *.apk -#Gradle +# Gradle .gradle build -gradle.properties -# this is in here because the prepare-tests thing modifies it, and we DON'T -# want this to be commited. use git add -f to work on this file. -settings.gradle -#Maven +# Maven target pom.xml.* -#Eclipse +# Eclipse .project .classpath .settings .metadata -#IntelliJ IDEA +# IntelliJ IDEA .idea *.iml -#OS Specific +# OS Specific [Tt]humbs.db .DS_Store -- cgit v1.2.3