Adding files/dirs in gitignore

AUTHORS ChangeLog build are created when running:
python setup.py install

But we don't want git to commit these files.

Change-Id: I670e029c1e4788d538ff8ea4d483bcd737dc10b7
This commit is contained in:
Emilien Macchi 2017-12-22 10:11:28 -08:00
parent cb12ada037
commit 2ce9c24c2b
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@
gertty-env
.tox
doc/build
AUTHORS
ChangeLog
build