Commit 8b7164d5 authored by jochen@chromium.org's avatar jochen@chromium.org

Add gitignore entries for MSVS files

BUG=none
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/19500011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15779 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ec8c6f46
......@@ -9,11 +9,14 @@
*.pdb
*.pyc
*.scons*
*.sdf
*.sln
*.so
*.suo
*.user
*.vcproj
*.vcxproj
*.vcxproj.filters
*.xcodeproj
#*#
*~
......@@ -26,6 +29,7 @@ shell
shell_g
/build/Debug
/build/gyp
/build/ipch/
/build/Release
/obj
/out
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment