.hgignore

changeset 0
d26705c3ba8a
child 2
fd09fe5d6f21
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Sun Jan 19 20:39:54 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +syntax: glob
     1.5 +*.orig
     1.6 +*.rej
     1.7 +*.o
     1.8 +*~
     1.9 +
    1.10 +# custom types
    1.11 +*.au
    1.12 +*.auf
    1.13 +*.avi
    1.14 +*.m4a
    1.15 +*.mkv
    1.16 +*.mp3
    1.17 +*.mp4
    1.18 +*.ogv
    1.19 +*.ts
    1.20 +*.wav
    1.21 +*.webm
    1.22 +
    1.23 +# custom paths
    1.24 +scratch
    1.25 +videos/*.png
    1.26 +videos/*.pdf
    1.27 +
    1.28 +# files too big and unimportant to track
    1.29 +graphics/ubudesktop.xcf
    1.30 +
    1.31 +syntax: regexp
    1.32 +.*\#.*\#$
    1.33 +
    1.34 +# ignore all but text or sav (saved not forgotton) extensions
    1.35 +docs/(?!.*\.sav$|.*\.txt$).+
    1.36 +
    1.37 +# ignore all but most important design files
    1.38 +design/(?!.*\.graffle$).+
    1.39 +
    1.40 +# ignore all but lightweight vectors and import gimp sources
    1.41 +graphics/(?!.*\.svg$|.*\.xcf$).+
    1.42 +
    1.43 +## ignore all but lightweight video files
    1.44 +#videos/(?!.*\.set$|.*\.vtt$|.*\.txt$|.*\.sh$|Make.*).+
    1.45 +#videos/procompromtts/text These are left out!
    1.46 +#videos/procompromtts/voix These are left out!

mercurial