SF.11, Header files should be self-contained (#1181)

* SF.11 Header files should be self-sufficient added

* PR feedback addressed

* explain more

* update reason baed on PR feedback

* add VS code dir to .gitignore

* more PR feedback
This commit is contained in:
Chris Guzak
2018-04-09 08:16:18 -10:00
committed by Herb Sutter
parent 85db0de16c
commit e5f28e4095
2 changed files with 25 additions and 0 deletions

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ node_modules
_site
scripts/python/__pycache__
scripts/python/*.pyc
# VS Code
.vs/