From 6064faa282788ed243a2423eeb2b6aa2395ddb24 Mon Sep 17 00:00:00 2001 From: mfasel Date: Fri, 12 Nov 2021 14:00:18 +0100 Subject: [PATCH] Add compile_commands.json and build directory to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f181cc9cfb6..6d0e4c0feff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ CMakeCache.txt CMakeFiles/ .vscode +build +compile_commands.json \ No newline at end of file