提交 eab8d487 编写于 作者: B Brendan Forster

extract a couple of rules and explain them in more detail

上级 d983b4f5
...@@ -65,6 +65,19 @@ project.lock.json ...@@ -65,6 +65,19 @@ project.lock.json
# build output # build output
artifacts/ artifacts/
# Program Database files created by various compilers
# used when debugging compiled code - the file essentially represents a lookup
# so that symbols can be resolved to the relevant source code
# url: https://en.wikipedia.org/wiki/Program_database
*.pdb
# Visual SourceSafe hint files to keep the projects and solutions in sync
# with source control - these are no longer necessary once you've moved away
# from Visual SourceSafe
*.vspscc
*.vssscc
*_i.c *_i.c
*_p.c *_p.c
*_i.h *_i.h
...@@ -72,7 +85,6 @@ artifacts/ ...@@ -72,7 +85,6 @@ artifacts/
*.meta *.meta
*.obj *.obj
*.pch *.pch
*.pdb
*.pgc *.pgc
*.pgd *.pgd
*.rsp *.rsp
...@@ -83,8 +95,6 @@ artifacts/ ...@@ -83,8 +95,6 @@ artifacts/
*.tmp *.tmp
*.tmp_proj *.tmp_proj
*.log *.log
*.vspscc
*.vssscc
.builds .builds
*.pidb *.pidb
*.svclog *.svclog
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册