.gitignore 352 B

123456789101112131415161718192021222324252627282930313233343536373839
  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.guess
  21. config.h
  22. config.h.in~
  23. config.log
  24. config.status
  25. config.sub
  26. configure
  27. depcomp
  28. install-sh
  29. libtool
  30. ltmain.sh
  31. missing
  32. nm-ssh-service.name
  33. stamp-h1