mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
462 B
19 lines
462 B
# Handle line endings automatically for files detected as text
|
|
# and leave all files detected as binary untouched.
|
|
* text=auto
|
|
|
|
#
|
|
# The above will handle all files NOT found below
|
|
#
|
|
|
|
# Files that should be left untouched (binary is macro for -text -diff)
|
|
*.ref binary
|
|
|
|
# Preserve signature for .cargo/vendor files (from the tarabll)
|
|
+/.cargo/vendor binary
|
|
|
|
#
|
|
# Exclude files from exporting
|
|
#
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
|