Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: .gitignore

Issue 10633003: Update .gitignore for Windows (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 844005c18585279fbb2814bba32df7e1583e4a20..c66e957c3952d95285b153ce975c042b51597602 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 previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698