forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .gitignore files in build/ and third_party/
Having this, a lot of wasted bandwidth is avoided for projects that use these directories as DEPS entries, since the top-level Chromium .gitignore doesn't exist in those cases. The src/ repo already contained 51 other .gitignore files anyway, so it's hard to claim the top-level file has to be the only one. BUG=690010 Review-Url: https://codereview.chromium.org/2710593005 Cr-Commit-Position: refs/heads/master@{#452167}
- Loading branch information
kjellander
authored and
Commit bot
committed
Feb 22, 2017
1 parent
e3972b6
commit 68d0251
Showing
3 changed files
with
221 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file is needed for projects that has this directory as a separate Git | ||
# mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync. | ||
/android/bin | ||
/Debug | ||
/Debug_x64 | ||
/goma | ||
/gomacc.lock | ||
/ipch/ | ||
/Release | ||
/Release_x64 | ||
/win_toolchain.json | ||
/util/LASTCHANGE* | ||
/util/support | ||
/x64/ | ||
/linux/bin/eu-strip | ||
/linux/debian_*-sysroot/ | ||
/linux/ubuntu_*-sysroot/ | ||
/ios_files | ||
/mac_files | ||
|
Oops, something went wrong.