.gitignore CMake stuff and executables
This commit is contained in:
parent
ae7f6839cc
commit
8f9dd5cac6
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# cmake stuff
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
|
||||
# executables
|
||||
auto_ptr
|
||||
typetest
|
||||
unique_ptr
|
Loading…
Add table
Add a link
Reference in a new issue