.gitignore 84 B

12345678910111213
  1. build*/
  2. out.*/
  3. docs/html
  4. notes
  5. tags
  6. .clangd/
  7. .cache/
  8. *.[ao]
  9. *.so
  10. *.out
  11. *.json
  12. *.vim