debian-koji/.gitignore
Mike McLean adc2695a7c update .gitignore
A number of common artifacts were not ignored. I've added a few items
and tried to organize them a bit
2017-06-21 14:55:48 -04:00

26 lines
285 B
Text

#
# python compilation artifacts
*.pyc
*.pyo
cli/kojic
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