mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-06-26 23:49:59 +00:00
18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
# SPDX-FileCopyrightText: 2022 James R. Barlow
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
# Always use Unix convention for new lines
|
|
* text eol=lf
|
|
|
|
# These files are binary and should be left untouched
|
|
# (binary is a macro for -text -diff)
|
|
*.jar binary
|
|
*.pdf binary
|
|
*.PDF binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.bin binary
|
|
*.afdesign binary
|
|
|
|
.git_archival.txt export-subst
|