.gitignore 171 B

12345678910111213141516171819202122
  1. .*
  2. *.o
  3. *bak
  4. *.sh
  5. *.out
  6. *.raw
  7. /.deps/
  8. /bak/
  9. /autom4te.cache/
  10. Makefile
  11. config.log
  12. config.status
  13. test
  14. yals
  15. async
  16. client
  17. cmake-build-debug/
  18. CMakeFiles/
  19. .idea/
  20. .git/
  21. .vscode/