-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitattributes
44 lines (37 loc) · 1.06 KB
/
.gitattributes
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
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Taken from https://github.com/Danimoth/gitattributes/blob/master/Common.gitattributes
# (note binary is a macro for -text -diff)
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
*.svg binary
*.eps binary
# LabVIEW
# Forcibly treat the bitfile as binary, otherwise GitHub sees the XML header and treats it as text.
*.lvbitx binary
# Treat the following XML type files as binary - text based diffing and merging can break them otherwise.
# See the section titled Managing the Project File in Source Code Control of this white paper: http://www.ni.com/white-paper/4114/en/
*.lvproj binary
*.lvlib binary
*.lvclass binary
*.xctl binary
*.lvsc binary