summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..21c7ed0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+/bin
+/jni/iodine/src/*.o
+/jni/iodine/bin
+/obj
+/libs
+/gen
+jni/iodine/src/base64u.c
+jni/iodine/src/base64u.h
+tests/gen
+
+# eclipse
+.project
+.classpath
+
+# Android Studio
+.idea
+
+# ant
+out
+build.xml
+local.properties