From 7fe73a182eda5a4590fb81e11d487e15bce2cfb8 Mon Sep 17 00:00:00 2001 From: "johnniwinther@google.com" Date: Thu, 21 Jun 2012 10:48:55 +0000 Subject: [PATCH] Update .gitignore for Windows Review URL: https://chromiumcodereview.appspot.com//10633003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8971 260f80e4-7a28-3924-810f-c04153c831b5 --- .gitignore | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 844005c1858..c66e957c395 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,11 @@ xcodebuild *.vcproj *.sln *.ncb +*.vcxproj +*.vcxproj.filters +*.vcxproj.user +.children +.project # Generated files /samples/third_party/dromaeo/tests/frog/ @@ -44,11 +49,12 @@ ReleaseX64/ # 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/ -tests/co19/src/ +# Third party deps from gclient. +/third_party/gyp/ +/third_party/v8/ +/third_party/closure_compiler_src/ +/tests/co19/src/ +/third_party/cygwin/ # Built by chromebot and downloaded from Google Storage client/tests/drt @@ -80,3 +86,6 @@ third_party/gsutil/*/gsutilc # Local GDB files. .gdb_history + +# Default dart2js output. +out.js \ No newline at end of file