X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.gitignore;h=9ebffca9c0ce56a649f0911d82161c4e98545baf;hb=8f9459308e695a30874a6cdcd53aa26441b87131;hp=7ceb58ace78326e863888c77730e3ee342ceceb0;hpb=972ea57ca568bc4328f2f128bf06f8b27a844ce0;p=tlsproxy%2Ftlsproxy.git diff --git a/.gitignore b/.gitignore index 7ceb58a..9ebffca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,34 @@ +*.o # Created by autoreconf. -/Makefile.in /aclocal.m4 /autom4te.cache/ /build-aux/ /config.h.in /config.h.in~ /configure +/Makefile.in +/man/Makefile.in /src/Makefile.in +/tests/Makefile.in # Created by ./configure. -/Makefile /config.h /config.log /config.status +/Makefile +/man/Makefile /src/.deps/ /src/Makefile /stamp-h1 +/tests/.deps/ +/tests/Makefile # Created by make. +/man/tlsproxy.1 +/man/tlsproxy-add.1 +/man/tlsproxy-setup.1 /src/tlsproxy +/tests/client +/tests/proxy-ca-key.pem +/tests/proxy-ca.pem +/tests/proxy-dh.pem +/tests/proxy-invalid.pem +/tests/proxy-key.pem