chore: update gitignore to ignore pdb files
This commit is contained in:
parent
f981dcfde4
commit
8064facbb8
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
target/
|
target/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.pdb
|
Loading…
Reference in a new issue