election/.gitignore
Tony Breeds c6406fdbd5 Add new combined election type
This type is for when TC and PTL elections must overlap.  There is a
built in assumption that each "phase" of an election:
 - Nominations
 - Campaigning
 - Election

are completely synchronous

NOTE: This change leaves the template-emails broken, as I do not add new
functions for combined_$email.  This is because I'd like to
If64c075b4a799574bc51ccd13019d472ee9a4b0e merge first, and I'd also like
to avoid to many rebases

Change-Id: Id39c50e71dc91bea8034ce443287463094e2f37f
2019-05-28 15:43:35 +10:00

26 lines
428 B
Plaintext

.*sw?
*~
.tox
doc/build
*.egg-info
pbr*.egg
reference/projects/*.rst
*.pyc
AUTHORS
ChangeLog
.projects*yaml
.projects*.pkl
.stestr/
doc/source/archive_toc.rst
doc/source/*/*.rst
doc/source/ptl.rst
doc/source/tc.rst
doc/source/combined.rst
doc/source/events.rst
doc/source/configuration.rst
doc/source/results/*/announce_ptl.rst
doc/source/results/*/announce_tc.rst
doc/source/results/*/ptl.rst
doc/source/results/*/tc.rst
rolls