gerritbot/.gitignore
Matthew Montgomery 6208bd982f Force SSL Configuration Parameter
Adds a new optional config parameter "force_ssl" that applies the SSL wrapper
regardless of the specified port. The previous logic only allowed for SSL
on port 6697. This change is intended to be backwards compatible with
existing configs.

Added *.egg  ignore patterns to .gitignore

Change-Id: I6fe6d9ad2d8461d759a63123af79f229b8f8b6f2
2014-05-23 08:39:55 -05:00

10 lines
88 B
Plaintext

.tox
AUTHORS
ChangeLog
*.egg
*egg-info
dist/*
build/*
*.pyc
doc/build/*
doc/source/api/*