Gitignore fix (#7861)

* Gitignore fixes

- Add an external lib to the .gitignore
- A number test files appear to be written to different paths thatn in the .gitignore

* Remove unnecessary linebreak
This commit is contained in:
PatrickPenner
2024-10-01 02:10:24 +00:00
committed by GitHub
parent d9254aed90
commit 1f3c092f01

12
.gitignore vendored
View File

@@ -69,6 +69,7 @@ __pycache__/
/External/FreeSASA/freesasa*/
/External/INCHI-API/INCHI-1-SRC/
/External/INCHI-API/src/
/External/pubchem_shape/pubchem-align3d/
/External/RingFamilies/RingDecomposerLib/
/External/YAeHMOP/yaehmop/
/External/catch/catch/
@@ -129,16 +130,19 @@ __pycache__/
/Projects/DbCLI/testData/bzr/
/rdkit/Chem/Draw/similarityMap1_out.svg
/rdkit/Chem/Draw/similarityMap1_out2.svg
/rdkit/Chem/Draw/similarityMap1_out3.svg
/rdkit/sping/tests/testallps.ps
/rdkit/ML/Data/test_data/testgeneral.dat.pkl
/rdkit/ML/Data/test_data/testquant.qdat.pkl
.DS_Store
/rdkit/fragmentshetero_atom_mutations_fuzzing.csv
/rdkit/fragmentsnot_changed_during_fuzzing.csv
/rdkit/hetero_atom_mutations.csv
/rdkit/not_changed.csv
/rdkit/similarityMap1_out.svg
/rdkit/similarityMap1_out2.svg
# JS distribution or temp files
Code/MinimalLib/dist
MAIN_RDKIT_README*