From 80c2f2f024a104bb7e135cbed5ee923e4a6d8dba Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 11 Aug 2015 11:21:47 +0200 Subject: [PATCH] CLEANUP: .gitignore: finally ignore everything but what is known. Still too many files remain, it's easier to block everything but what we know. --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 311218d87..5dde3bf6b 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