mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 10:16:36 +01:00
52 lines
636 B
Plaintext
52 lines
636 B
Plaintext
syntax: glob
|
|
*.bc
|
|
*.diff
|
|
*.o
|
|
*.obj
|
|
*.orig
|
|
*.patch
|
|
*.a
|
|
*.s
|
|
*.so
|
|
*.swp
|
|
*.rej
|
|
*~
|
|
Makefile
|
|
CMakeFiles
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
.DS_Store
|
|
CMakeLists.txt.user*
|
|
.directory
|
|
druntime
|
|
phobos
|
|
druntime-orig
|
|
phobos-orig
|
|
|
|
syntax: regexp
|
|
^obj/
|
|
^tests/dstress/
|
|
^tests/reference/
|
|
^tango/
|
|
^druntime/
|
|
^phobos/
|
|
^import/
|
|
^bin/ldc2?$
|
|
^bin/ldc2?\.conf$
|
|
^bin/ldc2?\.rebuild\.conf$
|
|
^idgen\.make$
|
|
^impcnvgen\.make$
|
|
^ldc\.make$
|
|
^revisions\.pl$
|
|
^gen/revisions\.h$
|
|
^gen/llvm-version\.h$
|
|
^dmd2?/idgen$
|
|
^dmd2?/impcnvgen$
|
|
^dmd2?/impcnvtab\.c$
|
|
^dmd2?/id\.c$
|
|
^dmd2?/id\.h$
|
|
^tests/runminitest$
|
|
^tests/findregressions$
|
|
^tests/makewebstatistics$
|
|
^tests/mini/obj/
|