Mercurial > cgi-bin > hgwebdir.cgi > VMS > 0__Writings > kshalle
diff .hgignore @ 44:e014ef8c9e04
Perf tuning -- first clean version
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Wed, 16 May 2012 06:32:02 -0700 |
| parents | 83b3b9e15fb2 |
| children |
line diff
1.1 --- a/.hgignore Fri May 04 09:44:14 2012 -0700 1.2 +++ b/.hgignore Wed May 16 06:32:02 2012 -0700 1.3 @@ -1,8 +1,25 @@ 1.4 +nbproject 1.5 +Makefile 1.6 +build 1.7 +dist 1.8 +src/Default 1.9 +src/.settings 1.10 +src/.cproject 1.11 +src/.project 1.12 +.dep.inc 1.13 1.14 -glob: *.o 1.15 -glob: *.aux 1.16 -glob: *.blg 1.17 -glob: *.Backup 1.18 -glob: *.bbl 1.19 -glob: *.ddf 1.20 -glob: *.Backup-* 1.21 \ No newline at end of file 1.22 +.cproject 1.23 +.project 1.24 +Debug 1.25 + 1.26 +# mercurial syntax as per: http://mercurial.selenic.com/wiki/.hgignore 1.27 +.*\.Backup$ 1.28 +.*\.bb$ 1.29 +.*\.aux$ 1.30 +.*\.blg$ 1.31 +.*\.bbl$ 1.32 +.*\.ddf$ 1.33 + 1.34 +# shell-style syntax, as per: http://www.selenic.com/mercurial/hgignore.5.html 1.35 +syntax: glob 1.36 +*.Backup*
