From 4b808b683f5e3e2f68eba2d178d5356d1ea5489f Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 27 2017 17:00:09 +0000 Subject: PR#477 update .gitignore Merges #477 https://pagure.io/koji/pull-request/477 --- diff --git a/.gitignore b/.gitignore index be29f6b..28e32dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,26 @@ +# +# python compilation artifacts *.pyc *.pyo -tests/test.py +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/ -cli/kojic -htmlcov +# +# misc +*.swp .idea .DS_STORE .vagrant +.gitreview +devtools/*.conf