.gitignore 257 B

1234567891011121314151617
  1. # Remove if certain files are committed on purpose
  2. .pio/
  3. .vscode/
  4. .code-workspace
  5. .helper/
  6. CMakeLists.txt.user
  7. CMakeCache.txt
  8. CMakeFiles
  9. CMakeScripts
  10. Testing
  11. Makefile
  12. cmake_install.cmake
  13. install_manifest.txt
  14. compile_commands.json
  15. CTestTestfile.cmake
  16. _deps