diff -r 000000000000 -r eb6d4ce6fd78 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Aug 12 18:32:40 2014 +0200 @@ -0,0 +1,22 @@ +syntax: glob +*.orig +*.rej +*.swp +*.o +*~ + +# custom paths +old +proto + +# files too big to track +graphics/ubudesktop.xcf + +syntax: regexp +.*\#.*\#$ + +# ignore all but text or sav (saved not forgotton) extensions +doc/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+ + +# ignore all but most important design files +design/(?!.*\.graffle$).+