Update .gitignore

- Ignore files in Debug.DLL from building VS2017 project.
This commit is contained in:
ChrisDill 2018-10-15 15:19:58 +01:00
parent e371609a12
commit a7a70004f1

1
.gitignore vendored
View file

@ -33,6 +33,7 @@ Thumbs.db
[Bb]in [Bb]in
[Dd]ebug/ [Dd]ebug/
[Dd]ebug.win32/ [Dd]ebug.win32/
[Dd]ebug.DLL/
*.sbr *.sbr
*.sdf *.sdf
obj/ obj/