annotate .hgignore @ 812:6c2ff06c4201

Fixed a nasty bug with how interface vtables for class initializers were output, causing some class fields to be skipped. Fixed a problem in definition of ClassInfos where an invalid constant was potentially used. This needs to be looked into proper as it might happen again in the future.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 04:37:54 +0100
parents d268bf419a09
children 582326ec1042
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
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
20 ^import
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
21 ^bin/ldc
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
22 ^idgen
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
23 ^idgen.make
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
24 ^impcnvgen
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
25 ^impcnvgen.make
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
26 ^ldc.make
783
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
27 ^dmd2?/impcnvtab.c
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
28 ^dmd2?/id.c
d268bf419a09 hgignore updates for CMake.
Christian Kamm <kamm incasoftware de>
parents: 762
diff changeset
29 ^dmd2?/id.h
762
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
30 ^tests/runminitest
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
31 ^tests/findregressions
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
32 ^tests/makewebstatistics
d7aae6f09754 Fix up hgignore to not match to much.
Christian Kamm <kamm incasoftware de>
parents: 663
diff changeset
33 ^tests/mini/obj/.*