diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-02-04 21:12:14 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-02-04 21:12:14 +0000 |
commit | f26d6481410d505c29f1fb0f7f5bbd5f526698f4 (patch) | |
tree | 00fe64ee6c3dcab2954faf24bfa0975338510dc4 /lib | |
parent | 7f86bfa4d3080af385a599c342ad2eaf0c111177 (diff) |
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')
-rw-r--r-- | lib/libcxx/.gitignore | 61 | ||||
-rw-r--r-- | lib/libcxxabi/.gitignore | 58 |
2 files changed, 0 insertions, 119 deletions
diff --git a/lib/libcxx/.gitignore b/lib/libcxx/.gitignore deleted file mode 100644 index 49657ed8102..00000000000 --- a/lib/libcxx/.gitignore +++ /dev/null @@ -1,61 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# 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/ - -# MSVC libraries test harness -env.lst -keep.lst - -# Editor by-products -.vscode/ 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/ |