Add .gitignore file

Ignored are all files created when building from a git checkout as well as
anything deleted by 'make clean'.

Signed-off-by: Ben Gardner <gardner.ben@gmail.com>
This commit is contained in:
Ben Gardner 2016-05-25 10:17:31 -05:00
parent e0c6e819c2
commit 91450c7a95

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
*~
*.o
*.a
*.da
*.bb
*.bbg
*.prof
/autom4te.cache
/config.log
/config.status
/dbclient
/dropbear
/dropbearconvert
/dropbearkey
/dropbearmulti
/scp
/scp-progress
Makefile
config.h
config.h.in
configure