dmd/.gitignore
Jacob Carlborg 326e097ea9 Replace idgen with CTFE implementation
Since id.h is not necessary anymore in DMD it's just as easy to
implement the same functionality using CTFE. This will also simplify
the build process because one extra build step is removed.

`extern(C++)` is removed as well because it will only be called from
within D code in DMD. Other compilers should keep their own cache if
they want to.
2017-07-13 10:29:39 +02:00

41 lines
391 B
Text

*.[oa]
*.deps
src/dmd
test/test_results
test/trace.def
test/trace.log
generated/
*.obj
src/dmd.exe
*.map
-.DS_Store
-trace.def
-trace.log
*.lst
# Visual Studio files
*.exe
*.pdb
src/vcbuild/Win32
src/vcbuild/x64
*.ncb
*.suo
*.sdf
*.opensdf
*.user
*.ilk
ipch
# Xcode files
DerivedData/
xcuserdata/
dmd.xcodeproj/
# Output files
src/*.bak
src/*.lib
src/*.lst
tags
# OSX
src/optabgen.dSYM/