mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 21:59:41 +00:00
Added some patterns to .gitignore file to filter out some Visual Studio specifics.
This commit is contained in:
parent
654cd5ff7b
commit
0d2eb2d88b
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
|
||||
/apidocs
|
||||
/trash-*.exe
|
||||
/libgit2.pc
|
||||
@ -12,3 +13,9 @@
|
||||
.waf*
|
||||
build/
|
||||
tests/tmp/
|
||||
msvc/Debug/
|
||||
msvc/Release/
|
||||
*.suo
|
||||
*.user
|
||||
*sdf
|
||||
*.opensdf
|
Loading…
Reference in New Issue
Block a user