From 0ac65f1a7449b6274497b22a499b9d3e7b2b6106 Mon Sep 17 00:00:00 2001 From: "sgjesse@google.com" Date: Tue, 20 Mar 2012 09:16:15 +0000 Subject: [PATCH] Add generated files on Windows to .gitignore R=ahe@google.com BUG= TEST= Review URL: https://chromiumcodereview.appspot.com//9748005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5677 260f80e4-7a28-3924-810f-c04153c831b5 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8b6b1cb0406..b64ad391105 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