From 667da043e3d02d0ad4a7ff6583922020e4a89b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 5 Nov 2023 12:55:53 +0100 Subject: [PATCH] update gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 84c048a..ecb9f76 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ +# build folders /build/ +/cmake-build-debug/ +/cmake-build-release/ + +# instances, in case they are downloaded +graphs/ + +# assignment pdf +p01.pdf + +# CMake config file +CMakeLists.txt