forked from NetHack/NetHack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
71 lines (68 loc) · 1.42 KB
/
Copy path.gitattributes
File metadata and controls
71 lines (68 loc) · 1.42 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
*.[ch] NHSUBST
*.cpp NHSUBST
*.sh NHSUBST text eol=lf
*.pl NHSUBST
*.md NHSUBST
Porting NHSUBST
README NHSUBST
* text=auto
# Line endings: keep Unix/build/source/catalog files LF across Windows and WSL.
*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.sh text eol=lf
*.pl text eol=lf
*.pm text eol=lf
*.awk text eol=lf
*.lua text eol=lf
*.mk text eol=lf
*.mak text eol=lf
Makefile text eol=lf
GNUmakefile text eol=lf
GNUmakefile.* text eol=lf
*.po text eol=lf
*.pot text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.rc text eol=lf
*.manifest text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
# fetch-Lua greps this into a shasum -c input; CRLF breaks the filename match.
submodules/CHKSUMS text eol=lf
# Windows command files are intentionally CRLF.
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
# Binary assets and packed/generated artifacts must not be normalized.
*.bmp binary
*.gif binary
*.ico binary
*.icns binary
*.jpg binary
*.jpeg binary
*.png binary
*.tif binary
*.tiff binary
*.wav binary
*.zip binary
*.gz binary
*.tar binary
*.exe binary
*.dll binary
*.mo binary
*.o binary
*.a binary
sys/unix/hints/** text eol=lf
*.hqx -text
*.doc !diff
*.DOC !diff
*.uu NH_header=no
*.xpm NH_header=no
.git* NH_header=no
* NH_filestag=(file%s_in_top_directory)
NetHack.dsw NH_filestag=(file%s_for_win32_that_are_moved_into_._at_compile_time)