forked from Mirror/wren
Fixed file locations for Visual Studio project
- Fixed source file locations for Visual Studio Solution - Modified .gitignore to ignore Visual Studio cache files
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@ -17,3 +17,17 @@ scratch.wren
|
||||
|
||||
# The baseline file is machine-specific, so doesn't get checked in.
|
||||
test/benchmark/baseline.txt
|
||||
|
||||
# Visual Studio cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
|
||||
# Visual Studio User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
Reference in New Issue
Block a user