From bf842e52eca269915f769db97c8eef830be0dd1f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 12 Mar 2011 00:15:27 +0100 Subject: [PATCH] .gitignore: Ignore files created by tests/. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7ceb58a..997a121 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /config.h.in~ /configure /src/Makefile.in +/tests/Makefile.in # Created by ./configure. /Makefile /config.h @@ -14,6 +15,9 @@ /config.status /src/.deps/ /src/Makefile +/tests/.deps/ +/tests/Makefile /stamp-h1 # Created by make. /src/tlsproxy +/tests/client -- 2.44.1