-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (24 loc) · 1.26 KB
/
Copy path.gitattributes
File metadata and controls
26 lines (24 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# MagicMenu is an AmigaOS project. Everything textual is stored in the
# repository and checked out into the working tree with LF, regardless of the
# platform's core.autocrlf setting -- CRLF in the sources, in the smakefile or
# in the catalog description/translation files upsets the Amiga toolchain.
* text=auto eol=lf
# Amiga binary data that must never see any EOL conversion:
# graphics/designs/*.ilbm - ILBM design mockups from 1996
# graphics/images/* - raw image data compiled in by Image2C
# graphics/tools/Image2C - a compiled 68k executable
# *.info Workbench icons, both sets
# *.png the preferences banner and the screenshots
# *.lha, *.zip third-party archives kept for reference
# The last three were relying on git's NUL-byte heuristic to be classified
# as binary, which is a guess, not a rule.
*.ilbm binary
*.info binary
*.png binary
*.lha binary
*.zip binary
graphics/images/* binary
graphics/tools/Image2C binary
# ... except this one, which lives in graphics/images/ but is a script.
# "diff" undoes the "-diff" that the binary macro above applied to it.
graphics/images/makecode text eol=lf diff