From: Simon Ruderich Date: Fri, 11 Mar 2011 23:15:27 +0000 (+0100) Subject: .gitignore: Ignore files created by tests/. X-Git-Tag: 0.1~4 X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=bf842e52eca269915f769db97c8eef830be0dd1f .gitignore: Ignore files created by tests/. --- 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