X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=.gitignore;h=2ea24890a702cc47474f4278528a809308f10332;hp=fb15544e24f38d549ea8230272bc72a87063ff89;hb=5ca1b3118da58c669b3bbf6d8e198cc2fe3d9b81;hpb=54d3775467eb1af0054d43193ff71ce1b7b71eaa diff --git a/.gitignore b/.gitignore index fb15544..2ea2489 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,24 @@ +*.o # Created by autoreconf. -Makefile.in -aclocal.m4 -autom4te.cache/ -build-aux/ -config.h.in -configure -src/Makefile.in +/aclocal.m4 +/autom4te.cache/ +/build-aux/ +/config.h.in +/config.h.in~ +/configure +/Makefile.in +/src/Makefile.in +/tests/Makefile.in # Created by ./configure. -Makefile -config.h -config.log -config.status -src/.deps/ -src/Makefile -stamp-h1 +/config.h +/config.log +/config.status +/Makefile +/src/.deps/ +/src/Makefile +/stamp-h1 +/tests/.deps/ +/tests/Makefile # Created by make. -src/tlsproxy +/src/tlsproxy +/tests/client