From f8920f46b46282670229bdb7cf12052d167c26e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 11 Apr 2018 15:02:51 -0700 Subject: dev infra --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e9727203..0a06b39a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3