summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-20 08:06:55 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-21 19:22:04 -0400
commit25cfe548e6e41f3e2972f5b22c4191af7459f3e1 (patch)
treeb917487633ac14e366f2e8af652c65bf245e8432 /Makefile
parent3fd5891a1aed6fadd0a8de31ec2b3f67da4c68cc (diff)
downloadchat-25cfe548e6e41f3e2972f5b22c4191af7459f3e1.tar.gz
chat-25cfe548e6e41f3e2972f5b22c4191af7459f3e1.tar.bz2
chat-25cfe548e6e41f3e2972f5b22c4191af7459f3e1.zip
remove data dirs in make clean and updated gitignore with api/data
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 589521c37..8793ba98a 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,8 @@ clean:
rm -f web/static/js/bundle*.js
rm -f web/static/css/styles.css
+ rm -rf data/*
+ rm -rf api/data/*
rm -rf logs/*