#477 update .gitignore
Merged 6 years ago by mikem. Opened 6 years ago by mikem.
mikem/koji gitignorganize  into  master

file modified
+19 -3
@@ -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

A number of common artifacts were not ignored. I've added a few items
and tried to organize them a bit

Commit efd08fb fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

6 years ago