mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
Now poll is its own project and doesn't share the "flags" Makefile any more. One of the issues was that it was making references to the haproxy include path which is not needed here.
54 lines
898 B
Text
54 lines
898 B
Text
# 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.
|
|
/.*
|
|
/*
|
|
!/.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/poll/poll
|
|
contrib/mod_defender/defender
|
|
contrib/modsecurity/modsecurity
|
|
contrib/hpack/decode
|
|
contrib/hpack/gen-rht
|
|
contrib/tcploop/tcploop
|
|
/src/dlmalloc.c
|
|
/tests/test_hashes
|