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

Unified Diff: .gitignore

Issue 2635483002: Cleanup .gitignore rules for third_party directory (Closed)
Patch Set: 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 | 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 e6b0da5a992a16423e0165d1ee9618a084b68b26..21e4bdaf83431710e3a75b3efe80666469a4de68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,12 +61,12 @@ shell_g
/test/test262/harness
/testing/gmock
/testing/gtest
-/third_party
+/third_party/*
Michael Achenbach 2017/01/16 07:43:04 This wouldn't be correct, because binutils is also
targos 2017/01/16 10:00:31 binutils only contains a download script and the b
Michael Achenbach 2017/01/16 10:48:56 Not sure if I understand. Currently the only two d
/third_party/android_tools
/third_party/cygwin
/third_party/icu
/third_party/instrumented_libraries
-/third_party/inspector_protocol
+!/third_party/inspector_protocol
/third_party/jinja2
/third_party/llvm
/third_party/llvm-build
@@ -104,4 +104,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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698