.gitignore 200 B

12345678910111213141516171819202122232425262728
  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/
  26. Makefile