From 98b6f74974ae0d01dfbd62b323a8b062aa5304f1 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Tue, 20 Sep 2016 18:41:49 +0100 Subject: [PATCH] Add .db files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d293962..81022b2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__/ # Generic file extensions *.txt +*.db # Distribution / packaging .Python