[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 Mar 25 17:53:56 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4e2679cd12e4: [libcxx] Fix .gitignore to not exclude test directories (authored by smeenai).

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.252717.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200326/2e219c6a/attachment-0001.bin>


More information about the libcxx-commits mailing list