mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-05 22:10:04 +02:00
28 lines
300 B
Plaintext
28 lines
300 B
Plaintext
syntax: glob
|
|
*.bc
|
|
*.o
|
|
*.s
|
|
*.a
|
|
*.so
|
|
*.orig
|
|
Makefile
|
|
.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/.*
|