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
This commit is contained in:
johnniwinther@google.com 2012-06-21 10:48:55 +00:00
parent a15a5c72a4
commit 7fe73a182e

19
.gitignore vendored
View file

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