diff -r 000000000000 -r d26705c3ba8a .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Jan 19 20:39:54 2014 +0100 @@ -0,0 +1,43 @@ +syntax: glob +*.orig +*.rej +*.o +*~ + +# custom types +*.au +*.auf +*.avi +*.m4a +*.mkv +*.mp3 +*.mp4 +*.ogv +*.ts +*.wav +*.webm + +# custom paths +scratch +videos/*.png +videos/*.pdf + +# files too big and unimportant to track +graphics/ubudesktop.xcf + +syntax: regexp +.*\#.*\#$ + +# ignore all but text or sav (saved not forgotton) extensions +docs/(?!.*\.sav$|.*\.txt$).+ + +# ignore all but most important design files +design/(?!.*\.graffle$).+ + +# ignore all but lightweight vectors and import gimp sources +graphics/(?!.*\.svg$|.*\.xcf$).+ + +## ignore all but lightweight video files +#videos/(?!.*\.set$|.*\.vtt$|.*\.txt$|.*\.sh$|Make.*).+ +#videos/procompromtts/text These are left out! +#videos/procompromtts/voix These are left out!