mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
hgignore updates for CMake.
This commit is contained in:
14
.hgignore
14
.hgignore
@@ -1,11 +1,15 @@
|
||||
syntax: glob
|
||||
*.bc
|
||||
*.o
|
||||
*.s
|
||||
*.a
|
||||
*.so
|
||||
*.obj
|
||||
*.orig
|
||||
*.a
|
||||
*.s
|
||||
*.so
|
||||
Makefile
|
||||
CMakeFiles
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
.DS_Store
|
||||
|
||||
syntax: regexp
|
||||
@@ -20,7 +24,9 @@ syntax: regexp
|
||||
^impcnvgen
|
||||
^impcnvgen.make
|
||||
^ldc.make
|
||||
^dmd/impcnvtab.c
|
||||
^dmd2?/impcnvtab.c
|
||||
^dmd2?/id.c
|
||||
^dmd2?/id.h
|
||||
^tests/runminitest
|
||||
^tests/findregressions
|
||||
^tests/makewebstatistics
|
||||
|
||||
Reference in New Issue
Block a user