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

Unified Diff: .gitignore

Issue 19500011: Add gitignore entries for MSVS files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 656c4b353dab3b0d318bd86bca48e82fda55d190..a4c486f9cffe6ce635ac2c69126d73f5e4b437b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
« 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