1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-28 00:20:13 +01:00
dnscrypt-proxy/vendor/github.com/powerman/check/.gitignore
2023-03-23 12:54:45 +01:00

10 lines
583 B
Plaintext

# /name - exclude path (* doesn't match /) to file/dir "name" beginning in project root
# na/me - exclude path (* doesn't match /) to file/dir "na/me" anywhere
# name - exclude path (* do match /) to file/dir "name" anywhere
# name/ - exclude path … to dir …
# **/name - exclude path (* doesn't match /) to file/dir "name" in any dir including project root
# na/**/me - exclude path (* doesn't match /) to file/dir "na/me", "na/*/me", "na/*/*/me", …
# !name - include previously excluded path …
/.buildcache/
/cover.out