From 795b6629d3eaafe859b6db6bcd85d5ead03b6059 Mon Sep 17 00:00:00 2001 From: rhl120 Date: Mon, 13 Feb 2023 17:29:38 +0100 Subject: [PATCH] Add compile_commands.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62061e74..192f8066 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ SDL2 *.obj *.pdb *.ilk +compile_commands.json