summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-02-03 12:23:39 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-02-03 12:23:39 +0100
commit53ff99f2aeb795700dfef84286cfed6374fa9ed0 (patch)
tree7627c6888bde61d16019be983b8edfbee06e5c80 /.gitignore
parent94d279a514326f747ccac8c803b4500955c7a368 (diff)
downloadRustAndDust-53ff99f2aeb795700dfef84286cfed6374fa9ed0.zip
RustAndDust-53ff99f2aeb795700dfef84286cfed6374fa9ed0.tar.gz
gitignore : only ignore *.sqlite above android directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5fa41dc..a451253 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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