view .hgignore @ 835:3afe9f276db7

Added back a bunch of static's to gen/classes.cpp, it's not superfluous, it makes the functions internal to the compilation unit, and we don't call them anywhere else.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 09 Dec 2008 02:07:24 +0100
parents d268bf419a09
children 582326ec1042
line wrap: on
line source

syntax: glob
*.bc
*.o
*.obj
*.orig
*.a
*.s
*.so
Makefile
CMakeFiles
CMakeCache.txt
cmake_install.cmake
.DS_Store

syntax: regexp
^obj/.*
^tests/dstress
^tests/reference
^tango
^import
^bin/ldc
^idgen
^idgen.make
^impcnvgen
^impcnvgen.make
^ldc.make
^dmd2?/impcnvtab.c
^dmd2?/id.c
^dmd2?/id.h
^tests/runminitest
^tests/findregressions
^tests/makewebstatistics
^tests/mini/obj/.*