X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=.gitignore;h=d510d2a53c82a22a3ee0aee3d30921af8c123de3;hp=8f77fa47758669302ed2835e3dab54bd4ed3c9ad;hb=fcd91ac82fbdebf0470a93b4677fe68dc1cc5e54;hpb=f44f6d0142923f94e215adfdabef763daf6b6a5a diff --git a/.gitignore b/.gitignore index 8f77fa4..d510d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,39 @@ -# Created by autoreconf. -Makefile.in -aclocal.m4 -autom4te.cache/ -build-aux/ -config.h.in -config.h.in~ -configure -src/Makefile.in -# Created by ./configure. -Makefile -config.h -config.log -config.status -src/.deps/ -src/Makefile -stamp-h1 -# Created by make. -src/tlsproxy +*.o +# Auto-generated files. +/aclocal.m4 +/autom4te.cache/ +/build-aux/ +/config.h +/config.h.in +/config.h.in~ +/config.log +/config.status +/configure +/Makefile +/Makefile.in +/man/Makefile +/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 +/tests/proxy-invalid.pem +/tests/proxy-key.pem +/tests/tests-authentication.sh.log +/tests/tests-authentication.sh.trs +/tests/tests-normal.sh.log +/tests/tests-normal.sh.trs +/tests/tests-passthrough.sh.log +/tests/tests-passthrough.sh.trs +/tests/test-suite.log