cg
diff .hgignore @ 0:29eee29f9bc1
initial commit to hg version control repository
author | bshanks@bshanks-salk.dyndns.org |
---|---|
date | Sat Apr 11 19:12:32 2009 -0700 (16 years ago) |
parents | |
children | 7487ad7f5d8f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/.hgignore Sat Apr 11 19:12:32 2009 -0700
1.3 @@ -0,0 +1,22 @@
1.4 +syntax: glob
1.5 +*.orig
1.6 +*.rej
1.7 +*~
1.8 +*.o
1.9 +*.tmp
1.10 +*.tex
1.11 +*.idv
1.12 +*.lf
1.13 +*.log
1.14 +*.4tc
1.15 +*.4ct
1.16 +*.dvi
1.17 +*.aux
1.18 +*.xref
1.19 +*.lg
1.20 +
1.21 +syntax: regexp
1.22 +.*\#.*\#$
1.23 +.*\d+x\.png\.4og$
1.24 +.*\d+x\.png$
1.25 +.*-old\d+$