Files
oslo-specs/.gitignore
Nam Nguyen Hoai b51d79bb54 Update installing requirements.txt
This patch set is to update the command to install
requirements.txt and add .eggs to gitignore.

Change-Id: I6f090e97cfa5f45b62e425990a80d684326d346d
2018-03-28 11:34:30 +07:00

52 lines
455 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.eggs
*.egg-info
dist
build
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
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp