2019-01-10 13:26:03 +01:00
|
|
|
### C++ ###
|
2019-01-28 14:53:17 +01:00
|
|
|
|
|
|
|
# build folder
|
|
|
|
build
|
|
|
|
|
|
|
|
# content folder
|
|
|
|
content
|
|
|
|
|
2019-01-10 13:26:03 +01:00
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
### CMake ###
|
2019-01-28 14:53:17 +01:00
|
|
|
CMakeLists.txt
|
2019-01-10 13:26:03 +01:00
|
|
|
CMakeLists.txt.user
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
CMakeScripts
|
|
|
|
Testing
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
|
|
|
install_manifest.txt
|
|
|
|
compile_commands.json
|
|
|
|
CTestTestfile.cmake
|