.gitignore 191 B

123456789101112131415161718192021222324252627
  1. .*
  2. *.o
  3. *.log
  4. *.a
  5. *.bak
  6. *.sh
  7. *.out
  8. *.raw
  9. *.scan
  10. *.in
  11. *.m4
  12. *.status
  13. autom4te.cache/
  14. autom4te.cache/*
  15. /.deps/
  16. /bak/
  17. test
  18. yals
  19. async
  20. client
  21. cmake-build-debug/
  22. CMakeFiles/
  23. .idea/
  24. .git/
  25. .vscode/