.gitignore 230 B

123456789101112131415161718192021
  1. *.pro.user
  2. *.pro.user.*
  3. .ccls
  4. compile_commands.json
  5. compile_commands.json.*
  6. compile_flags.txt
  7. .cache
  8. .tasks
  9. .vimspector.json
  10. GPATH
  11. GRTAGS
  12. GTAGS
  13. aqtinstall.log
  14. tags
  15. CMakeLists.txt.user
  16. build
  17. build.*
  18. build*
  19. .DS_Store
  20. .vscode
  21. dev.sh