aboutsummaryrefslogtreecommitdiff
path: root/simpleSigning/.gitignore
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-22 10:14:21 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-22 10:14:21 +0200
commitcdfd4153809a9f1f5fed903b06e19f92cdd10d1a (patch)
treeec379abc5c90d5992f91314c4c49a28d0a4845a1 /simpleSigning/.gitignore
parent88f8892f2d51727df6764b97d4facaf93ab3f9a6 (diff)
downloadeinfach-signieren-cdfd4153809a9f1f5fed903b06e19f92cdd10d1a.tar.gz
einfach-signieren-cdfd4153809a9f1f5fed903b06e19f92cdd10d1a.tar.bz2
einfach-signieren-cdfd4153809a9f1f5fed903b06e19f92cdd10d1a.zip
einfach Signieren first commit
Diffstat (limited to 'simpleSigning/.gitignore')
-rw-r--r--simpleSigning/.gitignore41
1 files changed, 41 insertions, 0 deletions
diff --git a/simpleSigning/.gitignore b/simpleSigning/.gitignore
new file mode 100644
index 0000000..f82784d
--- /dev/null
+++ b/simpleSigning/.gitignore
@@ -0,0 +1,41 @@
+/build
+/bin
+
+
+# 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
+.settings
+
+# Proguard folder generated by Eclipse
+proguard/
+
+# Intellij project files
+*.iml
+*.ipr
+*.iws
+.idea/
+
+#Gradle
+.gradletasknamecache
+.gradle/
+build/
+bin/
+