.gitignore 562 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # text editor files
  2. *.bck
  3. \#*
  4. *~
  5. .cquery_cached_index/
  6. .clangd/
  7. .ccls-cache/
  8. .cache/
  9. __pycache__/
  10. # gdb files
  11. .gdbinit
  12. setup.gdb
  13. # valgrind files
  14. callgrind*
  15. vgcore*
  16. # Visual Studio files
  17. .vs/
  18. .vscode/
  19. # QtCreator files
  20. CMakeLists.txt.user*
  21. # Eclipse
  22. .project
  23. .cproject
  24. /.settings/
  25. # KDevelop files
  26. *.kdev4
  27. # build files
  28. build/
  29. install/
  30. .python-version
  31. compile_commands.json
  32. # test files
  33. /Testing/
  34. # python packaging
  35. .eggs/
  36. dist/
  37. rapidyaml.egg-info/
  38. # continuous integration files
  39. .ci/.vagrant
  40. # amalgamation files
  41. src/c4/c4core_all.hpp
  42. src_singleheader/