annotate .hgignore @ 762:d7aae6f09754

Fix up hgignore to not match to much.
author Christian Kamm <kamm incasoftware de>
date Tue, 11 Nov 2008 22:57:19 +0100
parents 6aaa3d3c1183
children d268bf419a09
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
377
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
1 syntax: glob
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
2 *.bc
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
3 *.o
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
4 *.s
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
5 *.a
579
20c065c46b38 Basic support for runtime in shared library.
Christian Kamm <kamm incasoftware de>
parents: 555
diff changeset
6 *.so
491
c0ceb8c83ab5 Add .orig files created during a revert to .hgignore.
Christian Kamm <kamm incasoftware de>
parents: 448
diff changeset
7 *.orig
377
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
8 Makefile
762
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
9 .DS_Store
555
c2d8fca91e09 Add .DS_Store to .hgignore
Christian Kamm <kamm incasoftware de>
parents: 491
diff changeset
10
762
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
11 syntax: regexp
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
12 ^obj/.*
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
13 ^tests/dstress
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
14 ^tests/reference
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
15 ^tango
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
16 ^import
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
17 ^bin/ldc
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
18 ^idgen
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
19 ^idgen.make
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
20 ^impcnvgen
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
21 ^impcnvgen.make
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
22 ^ldc.make
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
23 ^dmd/impcnvtab.c
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
24 ^tests/runminitest
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
25 ^tests/findregressions
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
26 ^tests/makewebstatistics
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
27 ^tests/mini/obj/.*