From 03dec77ce6b723cdf2cb634fd5ed3092542069ec Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Mon, 13 Apr 2015 16:18:08 +0200 Subject: [PATCH] Add chromium/_bad_scm to .gitignore When Chromium decides to move conflicting dependencies to the _bad_scm directory it is possible to end up with problems when that directory gets added to the local index. Ignoring it should avoid such problems. R=hbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45969004 Cr-Commit-Position: refs/heads/master@{#8988} --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 336101616e..467e0e77eb 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ /chromium/.gclient.tmp /chromium/.gclient.tmp_entries /chromium/.last_sync_chromium +/chromium/_bad_scm /chromium/src /google_apis /gyp-mac-tool