.hgignore

changeset 0
eb6d4ce6fd78
child 2
eff35b87fb56
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Tue Aug 12 18:32:40 2014 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +syntax: glob
     1.5 +*.orig
     1.6 +*.rej
     1.7 +*.swp
     1.8 +*.o
     1.9 +*~
    1.10 +
    1.11 +# custom paths
    1.12 +old
    1.13 +proto
    1.14 +
    1.15 +# files too big to track
    1.16 +graphics/ubudesktop.xcf
    1.17 +
    1.18 +syntax: regexp
    1.19 +.*\#.*\#$
    1.20 +
    1.21 +# ignore all but text or sav (saved not forgotton) extensions
    1.22 +doc/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+
    1.23 +
    1.24 +# ignore all but most important design files
    1.25 +design/(?!.*\.graffle$).+

mercurial