add config.py to gitignore
authorrougeronj
Fri, 03 Apr 2015 10:41:27 +0200
changeset 58 e71b49ff4a23
parent 57 388b29d38b44
child 59 df402f454856
add config.py to gitignore
.hgignore
--- a/.hgignore	Thu Apr 02 18:28:31 2015 +0200
+++ b/.hgignore	Fri Apr 03 10:41:27 2015 +0200
@@ -5,3 +5,6 @@
 ^client/bower_components/
 ^client/build/
 \.project$
+
+syntax: regexp
+^server/config\.py$
\ No newline at end of file