.gitignore 210 B

12345678910111213141516
  1. .vscode/
  2. _deps/
  3. build/
  4. coverage_report/
  5. CMakeFiles/
  6. CMakeScripts/
  7. CMakeLists.txt.user
  8. CMakeCache.txt
  9. Testing
  10. Makefile
  11. cmake_install.cmake
  12. install_manifest.txt
  13. compile_commands.json
  14. CTestTestfile.cmake
  15. .run.sh