Update .gitignore

Ignore AUTHORS, ChangeLog and dist/* .
These files are autogenerated when creating a sdist tarbar (via eg.
"python setup.py sdist")

Change-Id: I90cf0d2067ac019e624b2daed78ce02673e5e4bd
This commit is contained in:
Thomas Bechtold 2019-01-27 06:18:11 +01:00
parent e6d49a20c2
commit 50590c875b
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -16,3 +16,6 @@ cover/
*.sample
perf/persister_perf_*/*.*
perf/jmeter.log
AUTHORS
ChangeLog
dist/*