1.1 --- a/.hgignore Sun Jan 19 20:45:00 2014 +0100 1.2 +++ b/.hgignore Thu Jan 30 19:20:56 2014 +0100 1.3 @@ -1,6 +1,7 @@ 1.4 syntax: glob 1.5 *.orig 1.6 *.rej 1.7 +*.swp 1.8 *.o 1.9 *~ 1.10 1.11 @@ -18,6 +19,7 @@ 1.12 *.webm 1.13 1.14 # custom paths 1.15 +proto 1.16 scratch 1.17 videos/*.png 1.18 videos/*.pdf 1.19 @@ -25,11 +27,14 @@ 1.20 # files too big and unimportant to track 1.21 graphics/ubudesktop.xcf 1.22 1.23 +# versioned generated files 1.24 +docs/procomexsum-1.0.txt 1.25 + 1.26 syntax: regexp 1.27 .*\#.*\#$ 1.28 1.29 # ignore all but text or sav (saved not forgotton) extensions 1.30 -docs/(?!.*\.sav$|.*\.txt$).+ 1.31 +docs/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+ 1.32 1.33 # ignore all but most important design files 1.34 design/(?!.*\.graffle$).+