[all-commits] [llvm/llvm-project] 4e2679: [libcxx] Fix .gitignore to not exclude test direct...
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Wed Mar 25 17:52:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e2679cd12e4f068441bd0c6c62997733767a349
https://github.com/llvm/llvm-project/commit/4e2679cd12e4f068441bd0c6c62997733767a349
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M libcxx/.gitignore
Log Message:
-----------
[libcxx] Fix .gitignore to not exclude test directories
We have several test directories whose names end in .spec. Ensure we
don't accidentally ignore them by removing a section of the .gitignore
that's irrelevant for libc++.
Differential Revision: https://reviews.llvm.org/D69195
More information about the All-commits
mailing list