Update gitignore to exclude more common artifacts (#418)

This commit is contained in:
Peter Marcu 2017-01-11 09:37:36 -08:00 committed by Rich Lander
parent 58c03a568b
commit 389d631f64

28
.gitignore vendored
View file

@ -1,8 +1,32 @@
*.swp
*.*~
bin/
obj/
project.lock.json
.DS_Store
*.pyc
# Visual Studio Code
.vscode
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
msbuild.log
msbuild.err
msbuild.wrn
# Visual Studio 2015
.vs/