2015-08-11 09:21:47 +00:00
|
|
|
# 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
|
2015-09-20 20:31:42 +00:00
|
|
|
!/CONTRIBUTING
|
2015-09-21 13:21:09 +00:00
|
|
|
!/MAINTAINERS
|
2015-08-11 09:21:47 +00:00
|
|
|
!/ROADMAP
|
|
|
|
!/SUBVERS
|
|
|
|
!/VERDATE
|
|
|
|
!/VERSION
|
|
|
|
!/contrib
|
|
|
|
!/doc
|
|
|
|
!/ebtree
|
|
|
|
!/examples
|
|
|
|
!/include
|
|
|
|
!/src
|
|
|
|
!/tests
|
2015-10-14 19:43:58 +00:00
|
|
|
!/debian
|
2016-05-10 10:02:27 +00:00
|
|
|
!/scripts
|
2018-06-18 17:32:10 +00:00
|
|
|
!/reg-tests
|
2016-04-12 08:56:55 +00:00
|
|
|
# Reject some generic files
|
|
|
|
*.o
|
|
|
|
*~
|
|
|
|
*.rej
|
|
|
|
*.orig
|
|
|
|
*.bak
|
|
|
|
# And reject some specific files
|
|
|
|
/contrib/base64/base64rev
|
|
|
|
/contrib/halog/halog
|
|
|
|
/contrib/ip6range/ip6range
|
|
|
|
/contrib/iprange/iprange
|
|
|
|
/contrib/systemd/haproxy.service
|
2016-11-03 21:49:37 +00:00
|
|
|
/contrib/spoa_example/spoa
|
2018-02-28 10:22:15 +00:00
|
|
|
contrib/debug/flags
|
|
|
|
contrib/mod_defender/defender
|
|
|
|
contrib/modsecurity/modsecurity
|
|
|
|
contrib/hpack/decode
|
|
|
|
contrib/hpack/gen-rht
|
|
|
|
contrib/tcploop/tcploop
|
2016-04-12 08:56:55 +00:00
|
|
|
/src/dlmalloc.c
|
|
|
|
/tests/test_hashes
|