elastic-recheck/.gitignore
Stephen Finucane de3ee8d0f9 gitignore: Ignore .eggs directory
Created by simply installing the package in a local venv.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ie27eb9fca09b2b204e5bc95076fc5ada8128944f
2020-12-02 10:52:37 +00:00

56 lines
557 B
Plaintext

elasticRecheck.conf
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
doc/source/api/*
# pbr generates these
AUTHORS
ChangeLog
# Local data to test web-served html pages
web/share/elastic-recheck
web/share/data