PDB - removed unwanted file

This commit is contained in:
ghidra1 2020-11-06 19:59:29 +00:00
parent c8d23a77d8
commit 363f44b39a
3 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -56,6 +56,7 @@ Release
# dump files
*.mdmp
.vs/
.editorconfig/
# Ignore UNIX backup files
*~

View File

@ -21,7 +21,6 @@ src/main/help/help/topics/Pdb/images/PdbOrXmlDialog.png||GHIDRA||||END|
src/main/help/help/topics/Pdb/images/PeSpecifiedPathDialog.png||GHIDRA||||END|
src/main/help/help/topics/Pdb/images/SuccessDialog.png||GHIDRA||||END|
src/main/help/help/topics/Pdb/images/SymbolServerURLDialog.png||GHIDRA||||END|
src/pdb/.editorconfig||GHIDRA||||END|
src/pdb/README.txt||GHIDRA||||END|
src/pdb/pdb.sln||GHIDRA||||END|
src/pdb/pdb.vcxproj||GHIDRA||||END|

View File

@ -1,8 +0,0 @@
[*.cpp]
indent_style = tab
indent_size = 4
[*.h]
indent_style = tab
indent_size = 4