Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 176a320

Browse files
authored
Also ignore mdb files (2.0 mono debug symbol files)
1 parent 51b927e commit 176a320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.Api/Resources/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ ExportedObj/
2626
*.booproj
2727
*.svd
2828
*.pdb
29+
*.mdb
2930
*.opendb
3031
*.VC.db
3132

3233
# Unity3D generated meta files
3334
*.pidb.meta
3435
*.pdb.meta
36+
*.mdb.meta
3537

3638
# Unity3D generated file on crash reports
3739
sysinfo.txt

0 commit comments

Comments
 (0)