[libcxx-commits] [PATCH] D69195: [libcxx] Fix .gitignore to not exclude test directories
Shoaib Meenai via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 22 19:04:14 PST 2020
smeenai updated this revision to Diff 239766.
smeenai edited the summary of this revision.
smeenai added a comment.
Comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69195/new/
https://reviews.llvm.org/D69195
Files:
libcxx/.gitignore
Index: libcxx/.gitignore
===================================================================
--- libcxx/.gitignore
+++ libcxx/.gitignore
@@ -22,12 +22,6 @@
.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69195.239766.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200123/29b0b94a/attachment-0001.bin>
More information about the libcxx-commits
mailing list