From adc2695a7c1d11438ca1e6c8ebdd687d4580808d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 21 2017 18:55:48 +0000 Subject: update .gitignore A number of common artifacts were not ignored. I've added a few items and tried to organize them a bit --- 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