diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-03 12:23:39 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-03 12:23:39 +0100 |
commit | 53ff99f2aeb795700dfef84286cfed6374fa9ed0 (patch) | |
tree | 7627c6888bde61d16019be983b8edfbee06e5c80 | |
parent | 94d279a514326f747ccac8c803b4500955c7a368 (diff) | |
download | RustAndDust-53ff99f2aeb795700dfef84286cfed6374fa9ed0.zip RustAndDust-53ff99f2aeb795700dfef84286cfed6374fa9ed0.tar.gz |
gitignore : only ignore *.sqlite above android directory
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,5 @@ ## VIM .tags -*.sqlite ## Java @@ -27,6 +26,7 @@ android/libs/armeabi/ android/libs/armeabi-v7a/ android/libs/x86/ android/gen/ +android/**/*.sqlite .idea/ *.ipr *.iws |