X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.gitignore;h=81384337df97a38a53689938f0e5047bb1b1dbfe;hb=a8a45901f08376d0f4b8a6fe72d2cc90e2fc991e;hp=0f990f6458b5a9b29d17fa8e88ccfc5cc2f7d1d8;hpb=1d55743e7a59263dcabebdbcf937662657264b5d;p=tlsproxy%2Ftlsproxy.git diff --git a/.gitignore b/.gitignore index 0f990f6..8138433 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,38 @@ *.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 -/stamp-h1 # 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 +/tests/tests-authentication.sh.log +/tests/tests-normal.sh.log +/tests/tests-passthrough.sh.log +/tests/test-suite.log