Skip to content

Commit

Permalink
Update gitignore (#759)
Browse files Browse the repository at this point in the history
Add VSCode project folder and macOS specific stuff.
  • Loading branch information
vladimyr authored Jun 14, 2020
1 parent 9fb6d02 commit 7c357e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Release/
# The baseline file is machine-specific
/test/benchmark/baseline.txt

# VSCode project files.
.vscode

# XCode user-specific stuff
xcuserdata/

Expand All @@ -33,3 +36,6 @@ ipch/
*.user
*.userosscache
*.sln.docstates

# macOS
.DS_Store

0 comments on commit 7c357e1

Please sign in to comment.