.gitignore 290 B

12345678910111213141516171819202122232425262728293031323334
  1. # Object files
  2. *.o
  3. # Libraries
  4. *.lib
  5. *.a
  6. # Shared objects (inc. Windows DLLs)
  7. *.dll
  8. *.so
  9. *.so.*
  10. *.dylib
  11. # Executables
  12. *.exe
  13. *.out
  14. *.app
  15. autom4te.cache/
  16. Makefile
  17. Makefile.in
  18. aclocal.m4
  19. compile
  20. config.*
  21. configure
  22. depcomp
  23. install-sh
  24. libtool
  25. ltmain.sh
  26. missing
  27. nm-ssh-service.name
  28. stamp-h1