ClamAV is an open source (GPLv2) anti-virus toolkit.
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.
 
 
 
 
 
 
clamav/.gitattributes

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