-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitattributes
More file actions
55 lines (49 loc) · 911 Bytes
/
.gitattributes
File metadata and controls
55 lines (49 loc) · 911 Bytes
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
# Text for humans
LICENSE text eol=lf
HACKING text eol=lf
COPYING text eol=lf
UsingSWO text eol=lf
README.* text eol=lf
# Source code
Makefile text eol=lf
*.mk text eol=lf
*.mak text eol=lf
*.inc text eol=lf
*.py text eol=lf
*.sh text eol=lf
*.c text eol=lf
*.S text eol=lf
*.s text eol=lf
*.h text eol=lf
*.ld text eol=lf
*.yml text eol=lf
*.rules text eol=lf
sdkconfig eol=lf
sdkconfig.defaults.esp32 text eol=lf
sdkconfig.defaults.esp32s3 text eol=lf
# Git control files
.gitattributes eol=lf
.gitignore eol=lf
.gitmodules eol=lf
# Windows source code uses CRLF
*.vcxproj text eol=crlf
*.props text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.inf text eol=crlf
# HTML
*.html text eol=crlf
*.css text eol=crlf
*.js text eol=crlf
# Other binary files
*.png binary
*.jpg binary
*.bin binary
*.elf binary
*.bin binary
*.ico binary
# Font files
*.eot binary
*.ttf binary
*.woff binary
*.woff2 binary