diff options
author | 2019-02-04 21:12:13 +0000 | |
---|---|---|
committer | 2019-02-04 21:12:13 +0000 | |
commit | 71ad3d421ecf395aa1c5449e6ccac81dd7b8d45b (patch) | |
tree | e6f19648a0c613a390ad42d8d68db075ca59c978 /lib/libcxxabi | |
parent | sync (diff) | |
download | wireguard-openbsd-71ad3d421ecf395aa1c5449e6ccac81dd7b8d45b.tar.xz wireguard-openbsd-71ad3d421ecf395aa1c5449e6ccac81dd7b8d45b.zip |
Remove .gitignore from libc++ and libc++abi that I usually remove before
importing, like we do for the other parts of the LLVM import.
Diffstat (limited to 'lib/libcxxabi')
-rw-r--r-- | lib/libcxxabi/.gitignore | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/lib/libcxxabi/.gitignore b/lib/libcxxabi/.gitignore deleted file mode 100644 index 39a2e3a07b1..00000000000 --- a/lib/libcxxabi/.gitignore +++ /dev/null @@ -1,58 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# vim swap files -.*.sw? -.sw? - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -#lib/ # We actually have things checked in to lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.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 - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ |