Edit .gitignore

This commit is contained in:
manzerbredes 2015-05-02 23:00:30 +02:00
parent 41d8d938e5
commit fec126f0d2
5 changed files with 11 additions and 0 deletions
.gitignoreclear.sh
src
2P11
Controllers/ConsoleController
Model

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
CMakeFiles
*.sh
2P11
cmake_install.cmake
Makefile
CMakeCache.txt

9
clear.sh Executable file
View 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

Binary file not shown.

BIN
src/Model/libModel.a Normal file

Binary file not shown.