diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-01-11 18:44:50 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-01-11 18:48:48 +0100 |
commit | 002a2c3e1d0f091a48f8cc3eb7dce519870debaf (patch) | |
tree | 64140ef20603bcf66dc33b8f2c5416d006547cb1 /.gitignore | |
download | andiodine-002a2c3e1d0f091a48f8cc3eb7dce519870debaf.tar.gz andiodine-002a2c3e1d0f091a48f8cc3eb7dce519870debaf.zip |
import code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
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 |