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