mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-07 06:04:44 +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
|
/apidocs
|
||||||
/trash-*.exe
|
/trash-*.exe
|
||||||
/libgit2.pc
|
/libgit2.pc
|
||||||
@ -12,3 +13,9 @@
|
|||||||
.waf*
|
.waf*
|
||||||
build/
|
build/
|
||||||
tests/tmp/
|
tests/tmp/
|
||||||
|
msvc/Debug/
|
||||||
|
msvc/Release/
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*sdf
|
||||||
|
*.opensdf
|
Loading…
Reference in New Issue
Block a user