Skip to content

Commit 4e2679c

Browse files
committed
[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
1 parent c2d7a1f commit 4e2679c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcxx/.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ var/
2222
.installed.cfg
2323
*.egg
2424

25-
# PyInstaller
26-
# Usually these files are written by a python script from a template
27-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
28-
*.manifest
29-
*.spec
30-
3125
# Installer logs
3226
pip-log.txt
3327
pip-delete-this-directory.txt

0 commit comments

Comments
 (0)