diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2019-11-27 14:59:34 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2019-11-27 14:59:34 +0100 |
commit | 6315358e55c85f03636b53cae82e6c0b0e16372d (patch) | |
tree | 2f9275243660652f281322a131bed2e2664ddcfe /.gitignore | |
parent | 42fd693af547cbfbc0a3a24332aaad0b15bb176f (diff) | |
download | RustAndDust-6315358e55c85f03636b53cae82e6c0b0e16372d.zip RustAndDust-6315358e55c85f03636b53cae82e6c0b0e16372d.tar.gz |
fix android according to fucking google
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,7 +24,9 @@ www-test/ ## Android Studio and Intellij and Android in general android/libs/armeabi/ android/libs/armeabi-v7a/ +android/libs/arm64-v8a/ android/libs/x86/ +android/libs/x86_64/ android/gen/ android/**/*.sqlite .idea/ |