Skip to content

Commit c4deb5d

Browse files
author
Sergei Vorobev
committed
Update .gitignore to ignore dlls and pdbs
1 parent 3674bac commit c4deb5d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ dotnet-uninstall-debian-packages.sh
2424
*.msi
2525
*.appx
2626

27+
# Ignore binaries and symbols
28+
*.pdb
29+
*.dll
30+
2731
# Ignore packages
2832
*.deb
2933
*.zip

0 commit comments

Comments
 (0)