From 12c44b1994d25eec4b9e0fb4ceec2b5ef553f068 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Tue, 15 Oct 2019 18:15:00 +0200 Subject: [PATCH] .gitignore += codeql It is useful (though not necessary) to be able to place codeql in a Semmle/ql checkout. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b5c88ce04ab..459fe556c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ # Visual studio temporaries, except a file used by QL4VS .vs/* !.vs/VSWorkspaceSettings.json + +# It's useful (though not required) to be able to unpack codeql in the ql checkout itself +/codeql/