wolfssh/.gitignore

76 lines
673 B
Plaintext
Raw Normal View History

2014-06-24 16:48:08 -05:00
# 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
2014-06-24 16:48:08 -05:00
tags
diff
.vimrc
# examples
examples/client/client
2015-01-14 14:21:26 -06:00
examples/echoserver/echoserver
2014-06-24 16:48:08 -05:00
examples/server/server
wolfsftp/client/wolfsftp
2014-06-24 16:48:08 -05:00
# test output
2015-12-08 15:31:06 -06:00
*.test
*.trs
2014-06-24 16:48:08 -05:00
# scan-build
client.plist
# misc
.DS_Store
# VS debris
*.sdf
*.v11.suo
*.vcxproj.filters
*.opensdf
*.pdb
Debug
Release
DLL Debug
DLL Release