diff -r 5372737ad174 -r fd09fe5d6f21 .hgignore --- a/.hgignore Sun Jan 19 20:45:00 2014 +0100 +++ b/.hgignore Thu Jan 30 19:20:56 2014 +0100 @@ -1,6 +1,7 @@ syntax: glob *.orig *.rej +*.swp *.o *~ @@ -18,6 +19,7 @@ *.webm # custom paths +proto scratch videos/*.png videos/*.pdf @@ -25,11 +27,14 @@ # files too big and unimportant to track graphics/ubudesktop.xcf +# versioned generated files +docs/procomexsum-1.0.txt + syntax: regexp .*\#.*\#$ # ignore all but text or sav (saved not forgotton) extensions -docs/(?!.*\.sav$|.*\.txt$).+ +docs/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+ # ignore all but most important design files design/(?!.*\.graffle$).+