diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,7 @@ *.sqlite *.sqlite3 +*,cover +htmlcov/ *.o *.a @@ -17,5 +19,9 @@ *.DS_Store *.log +!.coveragerc +!.gitlab-ci.yml +!.pylintrc + # Don't ignore this file itself !.gitignore |