A preliminary .gitignore file, to prevent us checking in files unnecessary. (#18)

https://github.com/github/gitignore.
pull/19/head V10.3.1
Yuhui.Zheng 5 years ago committed by GitHub
parent c2a98127ac
commit 89e7bbe292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.gitignore vendored

@ -0,0 +1,19 @@
# Ignore MacOS file system related.
**/*.DS_Store*
# Ignore build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio cache/options directory
.vs/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
Loading…
Cancel
Save