shaka-packager/.gitignore
Rintaro Kuroiwa 014cde57bd Ignore third_party/llvm-build
This only matters if you pull clang for building the packager.
clang binaries gets pulled in to third_party/llvm-build if you run
the script in tools/clang/scripts/update.sh.
clang is useful for ASAN and style (and better compiler error output).

Change-Id: Id615d739f80e92036fe13c3152569e51aed8a7f0
2014-01-16 11:02:10 -08:00

12 lines
183 B
Plaintext

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