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

Unified Diff: .gitignore

Issue 9748005: Add generated files on Windows to .gitignore (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 8b6b1cb040651728f4c2f1a2038ceac06e8e893c..b64ad391105abd40132e9b0b1b58704443dc0d42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,9 @@ xcodebuild
/compiler/*sources.xml
/client/build.gypi
/client/dart_server.*
+*.vcproj
+*.sln
+*.ncb
# Stuff the appengine server needs copied locally from third_party
/client/samples/swarm/appengine/httplib2/
@@ -18,6 +21,8 @@ out/
war/
bin/
client/outcode/
+Release_*/
+Debug_*/
# Swarm sample app output directory
/client/outcode
« 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