update gitignore

This commit is contained in:
Maximilian Keßler 2023-11-05 12:55:53 +01:00
parent 75c97f7732
commit 667da043e3
Signed by: max
GPG Key ID: BCC5A619923C0BA5

12
.gitignore vendored
View File

@ -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