From 66c0c329d9d81b1af70d331c1e18de6e203b0cc5 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Thu, 19 Oct 2017 09:33:51 +0100 Subject: [PATCH] fix: Ignore .db files --- .gitignore | 1 + MISP-STIX-Converter | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20154c5..55a48d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.db *.log *.swp config.yaml diff --git a/MISP-STIX-Converter b/MISP-STIX-Converter index e3ed978..27089ac 160000 --- a/MISP-STIX-Converter +++ b/MISP-STIX-Converter @@ -1 +1 @@ -Subproject commit e3ed978e407ae1302b20099d4ba1786afd4d49c6 +Subproject commit 27089ac16e7f6b790f310d16394ba0d986529f29