diff -r e1d4d7a8255a -r 1cdebfeb77f9 .hgignore --- a/.hgignore Wed Oct 08 15:14:58 2014 +0200 +++ b/.hgignore Wed Oct 08 18:08:52 2014 +0200 @@ -1,2 +1,25 @@ syntax: regexp -utils/pianoroll_test.* +utils/pianoroll_test* + +syntax: regexp +^client/bower_components$ +syntax: regexp +^client/build$ +syntax: regexp +^client/node_modules$ +syntax: regexp +^.project$ +syntax: regexp +^annot-server/mymonsenv$ +syntax: regexp +^.pydevproject$ +syntax: regexp +^client/.bowerrc$ +syntax: regexp +^client/.editorconfig$ +syntax: regexp +^client/.jscsrc$ +syntax: regexp +^client/.jshintrc$ +syntax: regexp +^annot-server/twistd.pid$ \ No newline at end of file