f34c110fd9
Update various URLs in the docs, add .eggs to .gitignore, and correct a pep8 problem in gerrit.py Change-Id: Ie86ff3a7cb6e9c742eac0eab243cc374ead42fb6
21 lines
172 B
Plaintext
21 lines
172 B
Plaintext
# Packages
|
|
*.egg-info
|
|
.eggs/*
|
|
|
|
.tox
|
|
.stestr
|
|
build/*
|
|
*.pyc
|
|
gerritlib/versioninfo
|
|
|
|
doc/build/*
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
/.testrepository
|