infra-manual/.gitignore
Joe Gordon 98133ec1fd Add ChangeLog and AUTHORS to .gitignore
Both of those files are generated on the fly when running 'tox -edocs'
and should not be stored in git

Change-Id: Ic2370180d97e0967164566131292a425340cddab
2015-05-13 16:20:27 -07:00

21 lines
185 B
Plaintext

# Testenvironment
.tox/*
# Build directories
doc/build/*
# generated during doc builds
AUTHORS
ChangeLog
# Packages
*.egg-info/*
# Editors
*~
.*.swp
.bak
# For Mac Users
.DS_Store