Computational library for chemical thermodynamics and phase equilibrium calculation. Multiphysics and standalone estimations of chemical state and constitutive and transport properties.
BSD 3-Clause "New" or "Revised" License
45
stars
25
forks
source link
Ignore lib directory of library files created when linking to other codes #69
Reason.
Each time I compile BISON with Thermochimica, I get a git status that the submodule Thermochimica has untracked files. The are in a lib/ folder created during compiling.
Proposed Solution
Add lib/ to the .gitignore.
Impact
If anyone ever makes a "lib" directory, then they will have to undo this and be more specific about which compiled files to ignore.
Additional context
I'm going to make it on my own fork and open a PR. So wait for that.
Reason. Each time I compile BISON with Thermochimica, I get a git status that the submodule Thermochimica has untracked files. The are in a lib/ folder created during compiling.
Proposed Solution Add lib/ to the .gitignore.
Impact If anyone ever makes a "lib" directory, then they will have to undo this and be more specific about which compiled files to ignore.
Additional context I'm going to make it on my own fork and open a PR. So wait for that.