summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3f7ca476f579779e5cf6cd3831c4455e6ed22818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/.gradle
/bin
/build
/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
*.iml
.externalNativeBuild

# ant
out
build.xml
local.properties