1
0

.gitignore 253 B

123456789101112131415161718192021222324252627282930
  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. websocket/autom4te.cache/
  16. websocket/autom4te.cache/*
  17. /.deps/
  18. /bak/
  19. test
  20. yals
  21. async
  22. client
  23. cmake-build-debug/
  24. CMakeFiles/
  25. .idea/
  26. .git/
  27. .vscode/
  28. Makefile