wolfssh/.gitignore

63 lines
526 B
Plaintext

# Object files
*.o
*.ko
*.lo
# Libraries
*.lib
*.a
*.la
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# autoconf misc
aclocal.m4
lt*.m4
*.cache
config.*
configure
libtool
libtool.m4
*.log
*.gz
Makefile
Makefile.in
*.deps
.dirstamp
*.libs
stamp-h
src/stamp-h1
build-aux/
wolfssh-config
aminclude.am
# vim
*.swp
*.swo
tags
diff
.vimrc
# examples
examples/echoserver/echoserver
examples/server/server
# test output
*.test
*.trs
# scan-build
client.plist
# misc
.DS_Store