You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
897 B
54 lines
897 B
# 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.
|
|
/.*
|
|
/*
|
|
!/.TestbedReport
|
|
!/.cirrus.yml
|
|
!/.gitattributes
|
|
!/.github
|
|
!/.gitignore
|
|
!/.travis.yml
|
|
!/CHANGELOG
|
|
!/LICENSE
|
|
!/BRANCHES
|
|
!/Makefile
|
|
!/README
|
|
!/INSTALL
|
|
!/CONTRIBUTING
|
|
!/MAINTAINERS
|
|
!/ROADMAP
|
|
!/SUBVERS
|
|
!/VERDATE
|
|
!/VERSION
|
|
!/contrib
|
|
!/doc
|
|
!/ebtree
|
|
!/examples
|
|
!/include
|
|
!/src
|
|
!/tests
|
|
!/debian
|
|
!/scripts
|
|
!/reg-tests
|
|
# Reject some generic files
|
|
*.o
|
|
*.a
|
|
*~
|
|
*.rej
|
|
*.orig
|
|
*.bak
|
|
# And reject some specific files
|
|
/contrib/base64/base64rev
|
|
/contrib/halog/halog
|
|
/contrib/ip6range/ip6range
|
|
/contrib/iprange/iprange
|
|
/contrib/systemd/haproxy.service
|
|
/contrib/spoa_example/spoa
|
|
contrib/debug/flags
|
|
contrib/mod_defender/defender
|
|
contrib/modsecurity/modsecurity
|
|
contrib/hpack/decode
|
|
contrib/hpack/gen-rht
|
|
contrib/tcploop/tcploop
|
|
/src/dlmalloc.c
|
|
/tests/test_hashes
|
|
|