Edit .gitignore
This commit is contained in:
parent
41d8d938e5
commit
fec126f0d2
5 changed files with 11 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
|
*.sh
|
||||||
|
2P11
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
Makefile
|
Makefile
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
|
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