From cbe61662e7f628f6fdb8343726e6579f5bec967c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 10 Aug 2013 16:28:31 +0200 Subject: [PATCH] .gitignore: Simplify. --- .gitignore | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 3a97847..d510d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,30 @@ *.o -# Created by autoreconf. +# Auto-generated files. /aclocal.m4 /autom4te.cache/ /build-aux/ +/config.h /config.h.in /config.h.in~ -/configure -/Makefile.in -/man/Makefile.in -/src/Makefile.in -/tests/Makefile.in -# Created by ./configure. -/config.h /config.log /config.status +/configure /Makefile +/Makefile.in /man/Makefile -/src/.deps/ -/src/Makefile -/stamp-h1 -/tests/.deps/ -/tests/Makefile -# Created by make. +/man/Makefile.in /man/tlsproxy.1 /man/tlsproxy-add.1 /man/tlsproxy-setup.1 +/src/.deps/ +/src/Makefile +/src/Makefile.in /src/tlsproxy +/stamp-h1 /tests/client +/tests/.deps/ +/tests/Makefile +/tests/Makefile.in /tests/proxy-ca-key.pem /tests/proxy-ca.pem /tests/proxy-dh.pem -- 2.43.2