1
0
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:
Bryan C
2015-03-16 09:30:16 -04:00
parent cd0a0da36f
commit e315ed9265
2 changed files with 31 additions and 17 deletions

14
.gitignore vendored
View File

@ -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