Mercurial > cgi-bin > hgwebdir.cgi > VMS > 0__Writings > kshalle
comparison .hgignore @ 64:06073dc28f72
perf-tuning -- fixed up related work section
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Sat, 07 Jul 2012 21:43:23 -0700 |
| parents | 83b3b9e15fb2 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:66d0a834e449 | 2:2dba9e2ffa16 |
|---|---|
| 1 nbproject | |
| 2 Makefile | |
| 3 build | |
| 4 dist | |
| 5 src/Default | |
| 6 src/.settings | |
| 7 src/.cproject | |
| 8 src/.project | |
| 9 .dep.inc | |
| 1 | 10 |
| 2 glob: *.o | 11 .cproject |
| 3 glob: *.aux | 12 .project |
| 4 glob: *.blg | 13 Debug |
| 5 glob: *.Backup | 14 |
| 6 glob: *.bbl | 15 # mercurial syntax as per: http://mercurial.selenic.com/wiki/.hgignore |
| 7 glob: *.ddf | 16 .*\.Backup$ |
| 8 glob: *.Backup-* | 17 .*\.bb$ |
| 18 .*\.aux$ | |
| 19 .*\.blg$ | |
| 20 .*\.bbl$ | |
| 21 .*\.ddf$ | |
| 22 | |
| 23 # shell-style syntax, as per: http://www.selenic.com/mercurial/hgignore.5.html | |
| 24 syntax: glob | |
| 25 *.Backup* |
