The Fourth and Fifth tasks are done
This commit is contained in:
parent
69ff8c30a1
commit
a6c451d866
28 changed files with 1077 additions and 15 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,9 +1,15 @@
|
|||
# Executable files
|
||||
*.exe
|
||||
*~
|
||||
*.out
|
||||
*.o
|
||||
|
||||
# Vim files
|
||||
*~
|
||||
.*.sw*
|
||||
|
||||
*output*
|
||||
|
||||
# Clion folders and files
|
||||
cmake-build-debug/
|
||||
.idea/
|
||||
CMakeLists.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue