Add AUTHORS and ChangeLog to .gitignore

The AUTHORS and ChangeLog files are created when running the "tox -edocs"
command and will appear as untracked files for git.

This patch is adding them to the .gitignore since they are auto
generated and should not be tracked by git (and stop disturbing your
working tree as well :-)

Change-Id: I4d33e07a0459e7f6c77aa3a684bec7d233367aee
This commit is contained in:
Lucas Alvares Gomes 2015-08-07 15:28:26 +01:00
parent 8f512395e5
commit 0debb5f0f7
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -28,3 +28,6 @@ scripts/swift
.tox
doc/build
AUTHORS
ChangeLog