From 23caec047182a85869f56c9ca0ae9125227734fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 25 May 2013 22:48:11 +0200 Subject: move ActionBarSherlock lib, add gradle build files --- OpenPGP-Keychain-API-Demo/.gitignore | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'OpenPGP-Keychain-API-Demo') diff --git a/OpenPGP-Keychain-API-Demo/.gitignore b/OpenPGP-Keychain-API-Demo/.gitignore index 2e423e1a3..71c11b159 100644 --- a/OpenPGP-Keychain-API-Demo/.gitignore +++ b/OpenPGP-Keychain-API-Demo/.gitignore @@ -1,23 +1,30 @@ -#Android generated +#Android specific bin gen obj libs/armeabi lint.xml local.properties +release.properties +ant.properties +*.class +*.apk + +#Gradle +.gradle +build +gradle.properties + +#Maven +target +pom.xml.* #Eclipse .project .classpath .settings +.metadata #IntelliJ IDEA .idea *.iml - -#Maven -target -release.properties - -#Mac -.DS_Store \ No newline at end of file -- cgit v1.2.3