mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Update .gitignore to add Visual Studio-related files
This commit is contained in:
parent
d0c7f617be
commit
30fd1bf3d7
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -24,3 +24,15 @@ src/verstr.h
|
|||
.DS_Store
|
||||
trace.def
|
||||
trace.log
|
||||
|
||||
# Visual Studio files
|
||||
*.exe
|
||||
*.pdb
|
||||
src/vcbuild/Win32
|
||||
src/vcbuild/x64
|
||||
*.ncb
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.user
|
||||
ipch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue