.gitignore 230 B

123456789101112131415161718192021222324252627
  1. *.o
  2. *~
  3. *.diff
  4. *.patch
  5. *.core
  6. core
  7. tags
  8. .deps/
  9. compat/.dirstamp
  10. aclocal.m4
  11. autom4te.cache/
  12. config.log
  13. config.status
  14. etc/
  15. tmux
  16. Makefile
  17. Makefile.in
  18. configure
  19. tmate
  20. cscope.*
  21. ctags
  22. *.log
  23. tmate.1.*
  24. downloads/
  25. ext/
  26. libssh-*/
  27. msgpack-*/