| @ -0,0 +1,50 @@ | |||||
| # Created by https://www.gitignore.io/api/c++,cmake | |||||
| ### C++ ### | |||||
| # Prerequisites | |||||
| *.d | |||||
| # Compiled Object files | |||||
| *.slo | |||||
| *.lo | |||||
| *.o | |||||
| *.obj | |||||
| # Precompiled Headers | |||||
| *.gch | |||||
| *.pch | |||||
| # Compiled Dynamic libraries | |||||
| *.so | |||||
| *.dylib | |||||
| *.dll | |||||
| # Fortran module files | |||||
| *.mod | |||||
| *.smod | |||||
| # Compiled Static libraries | |||||
| *.lai | |||||
| *.la | |||||
| *.a | |||||
| *.lib | |||||
| # Executables | |||||
| *.exe | |||||
| *.out | |||||
| *.app | |||||
| ### CMake ### | |||||
| build/ | |||||
| CMakeCache.txt | |||||
| CMakeFiles | |||||
| CMakeScripts | |||||
| Testing | |||||
| Makefile | |||||
| cmake_install.cmake | |||||
| install_manifest.txt | |||||
| compile_commands.json | |||||
| CTestTestfile.cmake | |||||
| # End of https://www.gitignore.io/api/c++,cmake | |||||