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

Unified Diff: .gitignore

Issue 2635483002: Cleanup .gitignore rules for third_party directory (Closed)
Patch Set: unignore binutils and copy gitignore from Chromium Created 3 years, 11 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 | third_party/binutils/.gitignore » ('j') | 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 e6b0da5a992a16423e0165d1ee9618a084b68b26..a63f48fd422852e596eddcd795e140ec8f0405b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,16 +61,9 @@ shell_g
/test/test262/harness
/testing/gmock
/testing/gtest
-/third_party
-/third_party/android_tools
-/third_party/cygwin
-/third_party/icu
-/third_party/instrumented_libraries
-/third_party/inspector_protocol
-/third_party/jinja2
-/third_party/llvm
-/third_party/llvm-build
-/third_party/markupsafe
+/third_party/*
+!/third_party/binutils
+!/third_party/inspector_protocol
/tools/clang
/tools/gcmole/gcmole-tools
/tools/gcmole/gcmole-tools.tar.gz
@@ -104,4 +97,4 @@ v8.ignition_dispatches_table.json
/test/fuzzer/wasm.tar.gz
/test/fuzzer/wasm_asmjs.tar.gz
/src/inspector/build/closure-compiler.tar.gz
-/src/inspector/build/closure-compiler
+/src/inspector/build/closure-compiler
« no previous file with comments | « no previous file | third_party/binutils/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698