mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
As previously mentioned SPOA code has nothing to do in the haproxy core
since they're not dependent on haproxy's version. This one was moved to
its own repository here with complete history:
https://github.com/haproxy/spoa-example
55 lines
855 B
Text
55 lines
855 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
|
|
!/admin
|
|
!/dev
|
|
!/doc
|
|
!/ebtree
|
|
!/examples
|
|
!/include
|
|
!/src
|
|
!/tests
|
|
!/debian
|
|
!/scripts
|
|
!/reg-tests
|
|
# Reject some generic files
|
|
*.o
|
|
*.a
|
|
*~
|
|
*.rej
|
|
*.orig
|
|
*.bak
|
|
# And reject some specific files
|
|
/admin/halog/halog
|
|
/admin/iprange/ip6range
|
|
/admin/iprange/iprange
|
|
/admin/systemd/haproxy.service
|
|
dev/base64/base64rev-gen
|
|
dev/flags/flags
|
|
dev/poll/poll
|
|
dev/tcploop/tcploop
|
|
dev/hpack/decode
|
|
dev/hpack/gen-rht
|
|
contrib/mod_defender/defender
|
|
contrib/modsecurity/modsecurity
|
|
/src/dlmalloc.c
|
|
/tests/test_hashes
|