fix: correct source file paths in msvc2013 vcxproj and add vs cache to gitignore

Update all ClCompile and ClInclude relative paths in wren.vcxproj to reflect the new src/cli/ and src/vm/ directory structure, and append Visual Studio cache and user-specific file patterns to .gitignore to prevent committing build artifacts.
This commit is contained in:
Bryan C
2015-03-16 13:30:16 +00:00
parent a73ee9a8e7
commit 71616093ab
2 changed files with 31 additions and 17 deletions
+14
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