klips/.gitignore
Shaun Reed 8817a594be Add cmake project files for cpp/ directory and all relevant subdirecctories
+ Add Makefiles generated by CMake JIC make is preferred
+ Update cmake version, header comments, and project descriptions
2021-04-28 00:10:47 -04:00

12 lines
153 B
Plaintext

**/build/
**/.vscode
**/.idea/**
**/driver
**/*.o
**/cmake-build-debug/**
**/CMakeCache.txt
**/cmake_install.cmake
**/CMakeFiles/**
**/Makefile
**/*.cbp