Update gitignore (#759)

Add VSCode project folder and macOS specific stuff.
This commit is contained in:
Dario Vladović
2020-06-14 06:24:16 +02:00
committed by GitHub
parent 9fb6d02b5c
commit 7c357e1b02

6
.gitignore vendored
View File

@ -16,6 +16,9 @@ Release/
# The baseline file is machine-specific
/test/benchmark/baseline.txt
# VSCode project files.
.vscode
# XCode user-specific stuff
xcuserdata/
@ -33,3 +36,6 @@ ipch/
*.user
*.userosscache
*.sln.docstates
# macOS
.DS_Store