[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
This commit is contained in:
Shoaib Meenai 2019-10-18 14:11:29 -07:00
parent c2d7a1f79c
commit 4e2679cd12

6
libcxx/.gitignore vendored
View File

@ -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