mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-16 11:55:29 +00:00
Fix mixed line endings in .gitignore
This commit is contained in:
parent
c9662061f2
commit
49041e78f2
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/apidocs
|
/apidocs
|
||||||
/trash-*.exe
|
/trash-*.exe
|
||||||
/libgit2.pc
|
/libgit2.pc
|
||||||
@ -13,10 +12,10 @@
|
|||||||
.waf*
|
.waf*
|
||||||
build/
|
build/
|
||||||
tests/tmp/
|
tests/tmp/
|
||||||
msvc/Debug/
|
msvc/Debug/
|
||||||
msvc/Release/
|
msvc/Release/
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.sdf
|
*.sdf
|
||||||
*.opensdf
|
*.opensdf
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user