shaka-packager/.gitignore
Kongqun Yang d4a3b6c520 Remove base and build directories in packager.
chromium/src/base and chromium/src/build will be pulled using repo
manifest @ https://widevine-internal-review.googlesource.com/#/c/9071

Also ignore base and build in .gitignore.

Bug: 12588544

Change-Id: Iec9ad12d61c7b7719e066b30a6672c558ef15851
2014-02-19 19:05:49 +00:00

15 lines
217 B
Plaintext

*.pyc
.cproject
.project
.pydevproject
.repo
.settings
base/
build/
docs/
out/
third_party/gold/
# Ignore llvm-build. This is only when you are using clang. Address Sanitizer
# requires clang.
third_party/llvm-build/