mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-06 05:22:10 +00:00
34b4369709
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.
55 lines
898 B
Plaintext
55 lines
898 B
Plaintext
# 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
|