Adds roslyn temporary files to the gitignore file.

This commit is contained in:
Micah
2015-01-10 16:01:27 -08:00
parent 86b48c430d
commit 03e91195af

3
.gitignore vendored
View File

@@ -36,6 +36,9 @@ bin/**/*.pdb
*.vspscc
.builds
# Roslyn cache directories
*.ide/
# Visual C++ cache files
ipch/
*.aps