Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: .gitignore

Issue 10701115: Update .gitignore for Windows/Visual Studio/GYP. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 088daeabf971d96e3e461a856b71b4071f9c99a8..77f38dd9c6bad5b638c725bf40270282b7e15bcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,9 +9,11 @@
*.pdb
*.pyc
*.scons*
+*.sln
*.so
*.suo
*.user
+*.vcproj
*.xcodeproj
#*#
*~
@@ -20,13 +22,16 @@ d8
d8_g
shell
shell_g
+/build/Debug
/build/gyp
+/build/Release
/obj/
/out/
/test/es5conform/data
/test/mozilla/data
/test/sputnik/sputniktests
/test/test262/data
+/third_party
/tools/oom_dump/oom_dump
/tools/oom_dump/oom_dump.o
/tools/visual_studio/Debug
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698