ORNL-CEES / thermochimica

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

Closed elementx54 closed 2 years ago

elementx54 commented 2 years ago

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.

elementx54 commented 2 years ago

I'd assign myself, but I can't. 😃