mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
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:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user