Skip to content

Commit 065e1ee

Browse files
committed
(maint) Made attributes file same as ChocolateyGUI
1 parent 2b0766b commit 065e1ee

File tree

1 file changed

+21
-76
lines changed

1 file changed

+21
-76
lines changed

.gitattributes

Lines changed: 21 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,21 @@
1-
# Auto detect text files and perform CRLF normalization
2-
* text=auto eol=crlf
3-
4-
# Standard to msysgit
5-
*.doc diff=astextplain
6-
*.DOC diff=astextplain
7-
*.docx diff=astextplain
8-
*.DOCX diff=astextplain
9-
*.dot diff=astextplain
10-
*.DOT diff=astextplain
11-
*.pdf diff=astextplain
12-
*.PDF diff=astextplain
13-
*.rtf diff=astextplain
14-
*.RTF diff=astextplain
15-
16-
*.exe -text -diff
17-
*.jpg -text -diff
18-
*.png -text -diff
19-
*.gif -text -diff
20-
*.dll -text -diff
21-
*.pdb -text -diff
22-
*.pptx -text -diff
23-
*.xap -text -diff
24-
*.ico -text -diff
25-
*.ttf -text -diff
26-
*.otf -text -diff
27-
28-
*.cs text diff=csharp
29-
*.config text diff=csharp
30-
*.xml text diff=csharp
31-
*.vb text
32-
*.c text
33-
*.cpp text
34-
*.cxx text
35-
*.h text
36-
*.hxx text
37-
*.py text
38-
*.rb text
39-
*.java text
40-
*.html text
41-
*.htm text
42-
*.css text
43-
*.scss text
44-
*.sass text
45-
*.less text
46-
*.js text
47-
*.lisp text
48-
*.clj text
49-
*.sql text
50-
*.php text
51-
*.lua text
52-
*.m text
53-
*.asm text
54-
*.erl text
55-
*.fs text
56-
*.fsx text
57-
*.hs text
58-
59-
*.psm1 text
60-
*.ps1 text
61-
*.txt text eol=crlf
62-
*.bat text eol=crlf
63-
64-
# Custom for Visual Studio
65-
*.csproj merge=union
66-
*.vbproj merge=union
67-
*.fsproj merge=union
68-
*.dbproj merge=union
69-
*.sln text eol=crlf merge=union
70-
*.suo -text -diff
71-
*.snk -text -diff
72-
*.cub -text -diff
73-
*.wixlib -text -diff
74-
75-
76-
*.approved.* binary
1+
* -text
2+
3+
# Custom for Visual Studio
4+
*.cs diff=csharp
5+
*.sln merge=union
6+
*.csproj merge=union
7+
*.vbproj merge=union
8+
*.fsproj merge=union
9+
*.dbproj merge=union
10+
11+
# Standard to msysgit
12+
*.doc diff=astextplain
13+
*.DOC diff=astextplain
14+
*.docx diff=astextplain
15+
*.DOCX diff=astextplain
16+
*.dot diff=astextplain
17+
*.DOT diff=astextplain
18+
*.pdf diff=astextplain
19+
*.PDF diff=astextplain
20+
*.rtf diff=astextplain
21+
*.RTF diff=astextplain

0 commit comments

Comments
 (0)