From 1f94c7db20d1f988e460f84be25c9f1ff99fc4c5 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 27 May 2021 04:52:46 -0700 Subject: [PATCH] remove ancient .gitignore (#8864) --- certbot-dns-route53/.gitignore | 62 ---------------------------------- certbot/.gitignore | 1 - 2 files changed, 63 deletions(-) delete mode 100644 certbot-dns-route53/.gitignore delete mode 100644 certbot/.gitignore diff --git a/certbot-dns-route53/.gitignore b/certbot-dns-route53/.gitignore deleted file mode 100644 index 1dbc687de..000000000 --- a/certbot-dns-route53/.gitignore +++ /dev/null @@ -1,62 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -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 -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -.hypothesis/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -#Ipython Notebook -.ipynb_checkpoints diff --git a/certbot/.gitignore b/certbot/.gitignore deleted file mode 100644 index a4e94ecfc..000000000 --- a/certbot/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.crt