Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitattributes - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aceda01ba09b433c92735ce1ae5d548cd0e7f8d4 (plain)
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
# Catch all for anything we forgot. Add rules if you get CRLF to LF warnings.
* text=auto

# Text files that should be normalized to LF in odb.
*.cs     text diff=csharp
*.config text

*.sln     text
*.csproj  text

*.md       text
*.sh       text
*.ps1      text
*.cmd      text
*.bat      text
*.markdown text
*.msbuild  text

Lib/*  binary
GitHub.Tests.Integration/Resources/*  binary


# Binary files that should not be normalized or diffed
*.png    binary
*.jpg    binary
*.gif    binary

*.pfx    binary
*.snk    binary
*.dll    binary
*.exe    binary
*.lib    binary
*.exp    binary
*.pdb    binary
*.sdf    binary
*.7z     binary