From d59177d82e3876143cb1541f17f27fe9c287c0ee Mon Sep 17 00:00:00 2001 From: arif-pragmasys Date: Fri, 16 Oct 2015 15:47:12 -0500 Subject: [PATCH] exclude temp files --- .gitattributes | 1 + .gitignore | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d90f238..f321b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,3 +21,4 @@ *.sh text eol=lf config.sub text eol=lf fixalgorithms text eol=lf +runconfigure text eol=lf diff --git a/.gitignore b/.gitignore index 30b5495..369bb8e 100644 --- a/.gitignore +++ b/.gitignore @@ -254,4 +254,12 @@ regress/t6.out1 Makefile openbsd-compat/Makefile openbsd-compat/regress/Makefile -contrib/win32/win32compat/Makefile \ No newline at end of file +contrib/win32/win32compat/Makefile +config.h +config.h +regress/rsa_ssh2_cr.prv +regress/rsa_ssh2_crnl.prv +regress/t7.out.pub +regress/t6.out2 +config.h +configure \ No newline at end of file