edmonds-matching-algorithm/.gitignore

14 lines
178 B
Plaintext
Raw Permalink Normal View History

2023-11-05 12:55:53 +01:00
# build folders
2023-11-04 19:40:56 +01:00
/build/
2023-11-05 12:55:53 +01:00
/cmake-build-debug/
/cmake-build-release/
# instances, in case they are downloaded
graphs/
# assignment pdf
p01.pdf
# CMake config file
CMakeLists.txt