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 @@ ...@@ -9,11 +9,14 @@
*.pdb *.pdb
*.pyc *.pyc
*.scons* *.scons*
*.sdf
*.sln *.sln
*.so *.so
*.suo *.suo
*.user *.user
*.vcproj *.vcproj
*.vcxproj
*.vcxproj.filters
*.xcodeproj *.xcodeproj
#*# #*#
*~ *~
...@@ -26,6 +29,7 @@ shell ...@@ -26,6 +29,7 @@ shell
shell_g shell_g
/build/Debug /build/Debug
/build/gyp /build/gyp
/build/ipch/
/build/Release /build/Release
/obj /obj
/out /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