[libcxx-commits] [libcxx] 4e2679c - [libcxx] Fix .gitignore to not exclude test directories
Shoaib Meenai via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 25 17:52:59 PDT 2020
Author: Shoaib Meenai
Date: 2020-03-25T17:52:23-07:00
New Revision: 4e2679cd12e4f068441bd0c6c62997733767a349
URL: https://github.com/llvm/llvm-project/commit/4e2679cd12e4f068441bd0c6c62997733767a349
DIFF: https://github.com/llvm/llvm-project/commit/4e2679cd12e4f068441bd0c6c62997733767a349.diff
LOG: [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
Added:
Modified:
libcxx/.gitignore
Removed:
################################################################################
diff --git a/libcxx/.gitignore b/libcxx/.gitignore
index 49657ed8102f..4b214ca4b3e6 100644
--- a/libcxx/.gitignore
+++ b/libcxx/.gitignore
@@ -22,12 +22,6 @@ var/
.installed.cfg
*.egg
-# PyInstaller
-# Usually these files are written by a python script from a template
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
More information about the libcxx-commits
mailing list