]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: .gitignore: finally ignore everything but what is known.
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Aug 2015 09:21:47 +0000 (11:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Aug 2015 10:17:41 +0000 (12:17 +0200)
Still too many files remain, it's easier to block everything but
what we know.

.gitignore

index 311218d878b1b4471361e2a27d4d531d89ad982a..5dde3bf6be1f13693257f34edaa31ea701975893 100644 (file)
@@ -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