annotate .hgignore @ 851:582326ec1042

Add druntime to hgignore.
author Christian Kamm <kamm incasoftware de>
date Sun, 14 Dec 2008 16:31:03 +0100
parents d268bf419a09
children 82ad6c0c601c
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
783
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
4 *.obj
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
5 *.orig
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
6 *.a
377
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
7 *.s
579
20c065c46b38 Basic support for runtime in shared library.
Christian Kamm <kamm incasoftware de>
parents: 555
diff changeset
8 *.so
377
4731f3eed1f0 Add all intermediate files to .hgignore.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
9 Makefile
783
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
10 CMakeFiles
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
11 CMakeCache.txt
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
12 cmake_install.cmake
762
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
13 .DS_Store
555
c2d8fca91e09 Add .DS_Store to .hgignore
Christian Kamm <kamm incasoftware de>
parents: 491
diff changeset
14
762
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
15 syntax: regexp
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
16 ^obj/.*
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
17 ^tests/dstress
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
18 ^tests/reference
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
19 ^tango
851
582326ec1042 Add druntime to hgignore.
Christian Kamm <kamm incasoftware de>
parents: 783
diff changeset
20 ^druntime
762
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
21 ^import
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
22 ^bin/ldc
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
23 ^idgen
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
24 ^idgen.make
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
25 ^impcnvgen
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
26 ^impcnvgen.make
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
27 ^ldc.make
783
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
28 ^dmd2?/impcnvtab.c
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
29 ^dmd2?/id.c
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
30 ^dmd2?/id.h
762
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
31 ^tests/runminitest
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
32 ^tests/findregressions
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
33 ^tests/makewebstatistics
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
34 ^tests/mini/obj/.*