view .hgignore @ 824:b972fec8a5f5

Fixed problem with moduleinfo thinking it imports itself, causing assertion failure, fixes #138
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 04 Dec 2008 14:36:11 +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/.*