mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 23:14:46 +00:00
8695199aa8
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
56 lines
855 B
Plaintext
56 lines
855 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
|
|
!/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
|