From a1565f79b96acc67fc2d75f20ae7660e8c40d550 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Feb 2021 18:50:02 -0800 Subject: update top-level gitignore --- .gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 62c5320..699ed45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -*.sqlite -*.sqlite3 -*,cover -htmlcov/ -golang/fatcatd - *.o *.a *.pyc @@ -18,6 +12,9 @@ golang/fatcatd *.bak [Tt]humbs.db *.DS_Store +build/ +_build/ +src/build/ *.log !.gitlab-ci.yml -- cgit v1.2.3