diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,5 +21,10 @@ _build/ src/build/ *.log +!.flake8 +!.gitlab-ci.yml +!.pylintrc +!.coveragerc + # Don't ignore this file itself !.gitignore |