mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
Fix up hgignore to not match to much.
This commit is contained in:
36
.hgignore
36
.hgignore
@@ -1,27 +1,27 @@
|
||||
syntax: glob
|
||||
tests/dstress
|
||||
tests/reference
|
||||
*.bc
|
||||
*.o
|
||||
*.s
|
||||
*.a
|
||||
*.so
|
||||
*.orig
|
||||
obj/*
|
||||
tango
|
||||
import
|
||||
Makefile
|
||||
bin/ldc
|
||||
idgen
|
||||
idgen.make
|
||||
impcnvgen
|
||||
impcnvgen.make
|
||||
ldc.make
|
||||
dmd/impcnvtab.c
|
||||
tests/runminitest
|
||||
tests/findregressions
|
||||
tests/makewebstatistics
|
||||
tests/mini/obj/*
|
||||
|
||||
# Mac OS X
|
||||
.DS_Store
|
||||
|
||||
syntax: regexp
|
||||
^obj/.*
|
||||
^tests/dstress
|
||||
^tests/reference
|
||||
^tango
|
||||
^import
|
||||
^bin/ldc
|
||||
^idgen
|
||||
^idgen.make
|
||||
^impcnvgen
|
||||
^impcnvgen.make
|
||||
^ldc.make
|
||||
^dmd/impcnvtab.c
|
||||
^tests/runminitest
|
||||
^tests/findregressions
|
||||
^tests/makewebstatistics
|
||||
^tests/mini/obj/.*
|
||||
|
||||
Reference in New Issue
Block a user