Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1570bc6210 | ||
![]() |
8488827025 | ||
![]() |
9759972f35 | ||
![]() |
710cc4001f | ||
![]() |
fec126f0d2 |
5 changed files with 10 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
CMakeFiles
|
||||
*.sh
|
||||
*.a
|
||||
*.o
|
||||
cmake_install.cmake
|
||||
|
@ -6,5 +7,4 @@ Makefile
|
|||
CMakeCache.txt
|
||||
*.app
|
||||
2P11
|
||||
clear.sh
|
||||
*.vim
|
||||
|
|
9
clear.sh
Executable file
9
clear.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
path="$(dirname "$(readlink -f $0)")"
|
||||
|
||||
find "$path" -name "CMakeFiles" -exec rm -rf {} \;
|
||||
find "$path" -name "CMakeCache.txt" -delete
|
||||
find "$path" -name "cmake_install.cmake" -delete
|
||||
find "$path" -name "Makefile" -delete
|
||||
|
BIN
src/2P11
Executable file
BIN
src/2P11
Executable file
Binary file not shown.
BIN
src/Controllers/ConsoleController/libConsoleController.a
Normal file
BIN
src/Controllers/ConsoleController/libConsoleController.a
Normal file
Binary file not shown.
BIN
src/Model/libModel.a
Normal file
BIN
src/Model/libModel.a
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue