From 4e2679cd12e4f068441bd0c6c62997733767a349 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Fri, 18 Oct 2019 14:11:29 -0700 Subject: [PATCH] [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 --- libcxx/.gitignore | 6 ------ 1 file changed, 6 deletions(-) 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