Go to file
Chris Bieneman fb34a35c4e [.gitignore] Update .gitignore to ignore a nested build directory
Summary:
A number of tools and common workflows include putting a build directory inside the source checkout under the folder "build". Adding this to .gitignore seems useful.

As an example, the CMake Tools plugin for VSCode does this.

Reviewers: chandlerc, echristo, zturner

Reviewed By: zturner

Subscribers: MatzeB, mehdi_amini, llvm-commits, jgosnell

Differential Revision: https://reviews.llvm.org/D30346

llvm-svn: 296188
2017-02-24 23:09:30 +00:00
clang [Test] Make Lit tests C++11 compatible #9 2017-02-24 22:22:05 +00:00
clang-tools-extra [change-namespace] fix asan failure in r296110. 2017-02-24 12:56:51 +00:00
compiler-rt [msan] Test for alloca handling. 2017-02-24 00:13:28 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc .gitignore: Ignore amdgcn-mesa object directory 2017-02-24 20:32:18 +00:00
libcxx Revert "threading_support: make __thread_sleep_for be alertable" 2017-02-18 19:28:43 +00:00
libcxxabi [libcxxabi] Fix condition typo in rL296136 2017-02-24 18:22:59 +00:00
libunwind [libunwind] Disable calls to fprintf for baremetal targets. 2017-02-24 16:38:05 +00:00
lld Use uint64_t instead of uintX_t where the larger type just works. 2017-02-24 19:52:52 +00:00
lldb Delete DataBufferMemoryMap. 2017-02-24 18:56:49 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [.gitignore] Update .gitignore to ignore a nested build directory 2017-02-24 23:09:30 +00:00
openmp [test] Try to link -latomic to provide atomics when available 2017-02-24 22:15:24 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DeLICM] Fortify against exceeding isl's max operations counter. 2017-02-23 21:58:20 +00:00