diff --git a/.gitignore b/.gitignore index 6f96b75d20..a2896ae8a3 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ Release # dump files *.mdmp .vs/ +.editorconfig/ # Ignore UNIX backup files *~ diff --git a/Ghidra/Features/PDB/certification.manifest b/Ghidra/Features/PDB/certification.manifest index 104c6ed028..8dc5fd6c32 100644 --- a/Ghidra/Features/PDB/certification.manifest +++ b/Ghidra/Features/PDB/certification.manifest @@ -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| diff --git a/Ghidra/Features/PDB/src/pdb/.editorconfig b/Ghidra/Features/PDB/src/pdb/.editorconfig deleted file mode 100644 index a156870444..0000000000 --- a/Ghidra/Features/PDB/src/pdb/.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ - -[*.cpp] -indent_style = tab -indent_size = 4 - -[*.h] -indent_style = tab -indent_size = 4