.gitignore 359 B

1234567891011121314151617181920212223242526
  1. # Exclude everything
  2. /*
  3. # Except for default project files
  4. !/.github
  5. !/build-aux
  6. !/cmake
  7. !/data
  8. !/*.cpp
  9. !.clang-format
  10. !.gersemirc
  11. !.gitignore
  12. !buildspec.json
  13. !CMakeLists.txt
  14. !CMakePresets.json
  15. !LICENSE
  16. !README.md
  17. # Exclude lock files
  18. *.lock.json
  19. # Exclude macOS legacy resource forks
  20. .DS_Store
  21. # Exclude CMake build number cache
  22. /cmake/.CMakeBuildNumber