From 91450c7a95afd99864a2f5895eabffa10473ff5f Mon Sep 17 00:00:00 2001 From: Ben Gardner Date: Wed, 25 May 2016 10:17:31 -0500 Subject: [PATCH] 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 --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b81c1ea --- /dev/null +++ b/.gitignore @@ -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