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:
parent
e7dd4b36f9
commit
adc2695a7c
1 changed files with 20 additions and 4 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue