From 0e088585989fdc0da62bdd983cb95569470db2be Mon Sep 17 00:00:00 2001 From: "rchandia@google.com" Date: Wed, 5 Oct 2011 15:53:57 +0000 Subject: [PATCH] Adding gitignore again R=zundel@google.com BUG= TEST= Review URL: https://chromereviews.googleplex.com/3526013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45 260f80e4-7a28-3924-810f-c04153c831b5 --- .gitignore | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..2b742fb7309 --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +# Generated build files (runhooks) +Makefile +*.Makefile +*.mk +*.xcodeproj +xcodebuild +/compiler/*sources.gypi +/compiler/*sources.xml +/client/build.gypi +/client/dart_server.* + +# Stuff the appengine server needs copied locally from third_party +/client/samples/swarm/appengine/httplib2/ +/client/samples/swarm/appengine/oauth2client/ + +# Build output directories +out/ +war/ +bin/ +client/outcode/ + +# Swarm sample app output directory +/client/outcode + +# Generated dom idl database +/client/dom/database + +# Not sure what creates this +fixed_length_file_out + +# third_party deps from svn +third_party/gyp/ +third_party/v8/ +third_party/closure_compiler_src/ +/co19/tests/co19/src/ +third_party/pyparsing/ +third_party/appengine-python/ + +# Built by chromebot and downloaded from Google Storage +client/tests/dartium + +# Compiled python binaries +*.pyc +third_party/gsutil/*/gsutilc + +# temporary vim files +*.swo +*.swp + +/compiler/eclipse.workspace/tests/output/ +/compiler/eclipse.workspace/dartc/output/ +/compiler/eclipse.workspace/rhino/output/ +/compiler/eclipse.workspace/tests/output/ +/corelib/tests/corelib/src/generated/ +/corelib/tests/stub-generator/src/generated/ + +# Fling generated files +/client/fling/.classpath +/client/fling/.project +/client/fling/.settings + +# Generated test files. +/generated_tests/