From e46718098a3da44c0e92556732e8f02b48235ae1 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 1 Mar 2022 16:21:07 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9ea8002..8a9b694 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ compile_commands.json CTestTestfile.cmake CMakeLists.txt.user +*build*/ +.idea/ \ No newline at end of file