summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: acecef0e19e4e33c611970292a438bdef8f6e8a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.bin binary
*.der binary
/fuzz/corpora/** binary
*.pfx binary

# For git archive
fuzz/corpora/**                         export-ignore
Configurations/*.norelease.conf         export-ignore
# We generally avoid anything with a name starting with a period.
# However, .ctags.d is precious, so we don't ignore that.
.*                                      export-ignore
.ctags.d                                !export-ignore
util/mktar.sh                           export-ignore
krb5                                    export-ignore
pyca-cryptography                       export-ignore
dev                                     export-ignore
gost-engine                             export-ignore