From 0aba9032a38a14fed75bca32a9be53dd40c4a90f Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 6 Oct 2023 23:12:45 +0200 Subject: gitignore: Ignore mitre.zip as downloaded from mitre feed And avoid that it ever get potentially commited as substantial sized zip file. Signed-off-by: Salvatore Bonaccorso --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c63b128fb0..9fd2bfe075 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,8 @@ D?A-*-?.signed # data/nvd2/ compare-nvd-cve.log + +# +# rules for check-new-issues +# +mitre.zip -- cgit v1.2.3