aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2016-12-15 09:48:52 +0100
committerHenrik Kjellander <kjellander@webrtc.org>2016-12-15 08:49:06 +0000
commitb5ffc149a947380835afb6ec2eb093f707fac8e6 (patch)
tree4b12ffafa166394dcf93b5cc7ca8977b2a0b9862 /.gitignore
parentef753e2e02ca2c706f55023b8d75494e1c8fd85a (diff)
downloadwebrtc-b5ffc149a947380835afb6ec2eb093f707fac8e6.tar.gz
Create top-level dir tools-webrtc and start moving things into it.
In order to get rid of the Chromium checkout for WebRTC, the plan is to instead of cloning all of Chromium, only clone the build, third_party and tools sub-directories. In order to do so, we must first move all things checked into the WebRTC tools/ directory somewhere else. Due to many hardcoded assumptions of tools/ existing in Chrome, this is only manageble solution to the problem. This first step only moves stuff not used by the build system or bots, and deletes a few unused directories. BUG=webrtc:5006 R=henrika@webrtc.org Review-Url: https://codereview.webrtc.org/2584433002 . Cr-Commit-Position: refs/heads/master@{#15622}
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 6 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 59ea892cd3..970cfcb93a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -168,15 +168,14 @@
/tools/telemetry
/tools/tsan_suppressions
/tools/valgrind
-/tools/video_quality_toolchain/linux/ffmpeg
-/tools/video_quality_toolchain/linux/zxing
-/tools/video_quality_toolchain/mac/ffmpeg
-/tools/video_quality_toolchain/mac/zxing
-/tools/video_quality_toolchain/win/*.dll
-/tools/video_quality_toolchain/win/*.exe
+/tools-webrtc/video_quality_toolchain/linux/ffmpeg
+/tools-webrtc/video_quality_toolchain/linux/zxing
+/tools-webrtc/video_quality_toolchain/mac/ffmpeg
+/tools-webrtc/video_quality_toolchain/mac/zxing
+/tools-webrtc/video_quality_toolchain/win/*.dll
+/tools-webrtc/video_quality_toolchain/win/*.exe
/tools/vim
/tools/win
-/tools/xdisplaycheck
/tools/whitespace.txt
/x86-generic_out/
/xcodebuild