.gitignore 182 B

1234567891011121314151617181920212223
  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. Makefile
  16. Makefile.in
  17. .deps
  18. nm-ssh-service