view .hgignore @ 650:aa6a0b7968f7

Added test case for bug #100 Removed dubious check for not emitting static private global in other modules without access. This should be handled properly somewhere else, it's causing unresolved global errors for stuff that should work (in MiniD)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 05 Oct 2008 17:28:15 +0200
parents 20c065c46b38
children 6aaa3d3c1183
line wrap: on
line source

syntax: glob
tests/dstress
tests/reference
*.bc
*.o
*.s
*.a
*.so
*.orig
obj/*
tango
import
Makefile
bin/llvmdc
idgen
idgen.make
impcnvgen
impcnvgen.make
llvmdc.make
dmd/impcnvtab.c
tests/runminitest
tests/findregressions
tests/makewebstatistics
tests/mini/obj/*

# Mac OS X
.DS_Store