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
This commit is contained in:
sgjesse@google.com 2012-03-20 09:16:15 +00:00
parent 6124d2d373
commit 0ac65f1a74

5
.gitignore vendored
View file

@ -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