.gitignore CMake stuff and executables
parent
ae7f6839cc
commit
8f9dd5cac6
@ -0,0 +1,10 @@
|
|||||||
|
# cmake stuff
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
# executables
|
||||||
|
auto_ptr
|
||||||
|
typetest
|
||||||
|
unique_ptr
|
Loading…
Reference in New Issue