From adc2695a7c1d11438ca1e6c8ebdd687d4580808d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Wed, 21 Jun 2017 14:55:48 -0400 Subject: [PATCH] update .gitignore A number of common artifacts were not ignored. I've added a few items and tried to organize them a bit --- .gitignore | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index be29f6b9..28e32dc8 100644 --- a/.gitignore +++ b/.gitignore @@ -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