update .gitignore

A number of common artifacts were not ignored. I've added a few items
and tried to organize them a bit
This commit is contained in:
Mike McLean 2017-06-21 14:55:48 -04:00
parent e7dd4b36f9
commit adc2695a7c

24
.gitignore vendored
View file

@ -1,10 +1,26 @@
#
# python compilation artifacts
*.pyc
*.pyo
tests/test.py
.coverage
docs/build/
cli/kojic
htmlcov
builder/kojidc
#
# coverage artifacts
.coverage
htmlcov/
*,cover
#
# build artifacts
koji-[0-9]*.tar.bz2
koji-[0-9]*.src.rpm
koji-[0-9]*[0-9]/
noarch/
docs/build/
#
# misc
*.swp
.idea
.DS_STORE
.vagrant
.gitreview
devtools/*.conf