update gitignore
This commit is contained in:
parent
75c97f7732
commit
667da043e3
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1 +1,13 @@
|
||||||
|
# build folders
|
||||||
/build/
|
/build/
|
||||||
|
/cmake-build-debug/
|
||||||
|
/cmake-build-release/
|
||||||
|
|
||||||
|
# instances, in case they are downloaded
|
||||||
|
graphs/
|
||||||
|
|
||||||
|
# assignment pdf
|
||||||
|
p01.pdf
|
||||||
|
|
||||||
|
# CMake config file
|
||||||
|
CMakeLists.txt
|
||||||
|
|
Loading…
Reference in a new issue