1
0

.gitignore 233 B

12345678910111213141516171819202122232425
  1. INSTALL
  2. Makefile
  3. Makefile.in
  4. aclocal.m4
  5. .deps
  6. .libs
  7. *.la
  8. *.lo
  9. *.o
  10. *~
  11. autom4te.cache
  12. config.guess
  13. config.h
  14. config.h.in
  15. config.log
  16. config.status
  17. config.sub
  18. depcomp
  19. install-sh
  20. libtool
  21. ltmain.sh
  22. missing
  23. src/mssh
  24. src/Makefile.in
  25. stamp-h1