# HG changeset patch # User rougeronj # Date 1428050487 -7200 # Node ID e71b49ff4a23cbcf7447e66a2f6bc85fbf34374e # Parent 388b29d38b443b0199728910317069f58e8fc867 add config.py to gitignore diff -r 388b29d38b44 -r e71b49ff4a23 .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