os-traits/.gitignore
Stephen Finucane 171c5b84f1 Remove AUTHORS and ChangeLog
These are autogenerated and should not be tracked by version control.

Some gitignore rules are added to prevent this happening again.

Change-Id: I044215925b62609604d477351160f069d8f71db2
2017-07-04 12:39:39 +00:00

12 lines
96 B
Plaintext

*.egg*
build/
*.pyc
*.swp
.venv
.testrepository
.tox
# pbr-generated stuff
/AUTHORS
/ChangeLog