8000 Libgit2 dll naming by ben · Pull Request #430 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content

Libgit2 dll naming #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Stop ignoring libgit2 PDBs
  • Loading branch information
ben committed May 14, 2013
commit f165bcc880398576faa0faef382b6ee215c90502
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ _ReSharper*/
*.pidb
*.userprefs
*.swp
*.DotSettings
*.DotSettings

!Lib/NativeBinaries/x86/*.pdb
!Lib/NativeBinaries/amd64/*.pdb
0