浏览代码

Update .gitignore

- Ignore files in Debug.DLL from building VS2017 project.
pull/664/head
ChrisDill 6 年前
父节点
当前提交
a7a70004f1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore 查看文件

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

正在加载...
取消
保存