From: Willy Tarreau Date: Tue, 11 Aug 2015 09:21:47 +0000 (+0200) Subject: CLEANUP: .gitignore: finally ignore everything but what is known. X-Git-Tag: v1.6-dev4~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c2f2f024a104bb7e135cbed5ee923e4a6d8dba;p=thirdparty%2Fhaproxy.git CLEANUP: .gitignore: finally ignore everything but what is known. Still too many files remain, it's easier to block everything but what we know. --- diff --git a/.gitignore b/.gitignore index 311218d878..5dde3bf6be 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,23 @@ tests/test_hashes /*.sh /bug* /TAGS +# Below we forbid everything and only allow what we know, that's much easier +# than blocking about 500 different test files and bug report outputs. +/.* +/* +!/.gitignore +!/CHANGELOG +!/LICENSE +!/Makefile +!/README +!/ROADMAP +!/SUBVERS +!/VERDATE +!/VERSION +!/contrib +!/doc +!/ebtree +!/examples +!/include +!/src +!/tests