forked from Ingwie/OpenAVRc_Dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (30 loc) · 738 Bytes
/
.gitattributes
File metadata and controls
35 lines (30 loc) · 738 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
# Set default behavior to automatically normalize line endings.
* text=auto
# Text files are
*.txt text
*.cbp text
*.c text working-tree-encoding=utf-8
*.cpp text working-tree-encoding=utf-8
*.h text working-tree-encoding=utf-8
*.wxs text working-tree-encoding=utf-8
*.lbm text working-tree-encoding=utf-8
*.lbmi text working-tree-encoding=utf-8
*.py text working-tree-encoding=utf-8
*.md text working-tree-encoding=utf-8
*.hd text working-tree-encoding=utf-8
*.pot text working-tree-encoding=utf-8
*.po text working-tree-encoding=utf-8
*.bat text eol=crlf
# Binary files are
*.exe binary
*.mo binary
*.ico binary
*.xpm binary
*.png binary
*.jpg binary
*.odt binary
*.ods binary
*.pdf binary
*.xls binary
*.doc binary
*.docx binary