8000 Normalize .gitignore line endings · dotjosh/libgit2sharp@1583de3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1583de3

Browse files
committed
Normalize .gitignore line endings
1 parent a26e38f commit 1583de3

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.gitignore

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
2-
#ignore thumbnails created by windows
3-
Thumbs.db
4-
#Ignore files build by Visual Studio
5-
*.obj
6-
*.exe
7-
*.pdb
8-
*.user
9-
*.aps
10-
*.pch
11-
*.vspscc
12-
*_i.c
13-
*_p.c
14-
*.ncb
15-
*.suo
16-
*.tlb
17-
*.tlh
18-
*.bak
19-
*.cache
20-
*.ilk
21-
*.log
22-
[Bb]in
23-
[Dd]ebug*/
24-
*.lib
25-
*.sbr
26-
obj/
27-
[Rr]elease*/
28-
_ReSharper*/
29-
*.ReSharper
30-
*.ReSharper.user
31-
[Tt]est[Rr]esult*
1+
2+
#ignore thumbnails created by windows
3+
Thumbs.db
4+
#Ignore files build by Visual Studio
5+
*.obj
6+
*.exe
7+
*.pdb
8+
*.user
9+
*.aps
10+
*.pch
11+
*.vspscc
12+
*_i.c
13+
*_p.c
14+
*.ncb
15+
*.suo
16+
*.tlb
17+
*.tlh
18+
*.bak
19+
*.cache
20+
*.ilk
21+
*.log
22+
[Bb]in
23+
[Dd]ebug*/
24+
*.lib
25+
*.sbr
26+
obj/
27+
[Rr]elease*/
28+
_ReSharper*/
29+
*.ReSharper
30+
*.ReSharper.user
31+
[Tt]est[Rr]esult*
3232
[bB]uild/
3333
*.pidb
3434
*.userprefs
35-
*.swp
35+
*.swp
3636
*.DotSettings

0 commit comments

Comments
 (0)
0