icl-utk-edu / lapackpp

LAPACK++ is a C++ wrapper around CPU and GPU LAPACK and LAPACK-like linear algebra libraries, developed as part of the SLATE project.
https://icl.utk.edu/slate/
BSD 3-Clause "New" or "Revised" License
46 stars 14 forks source link

Add missing config executables to .gitignore #19

Closed neil-lindquist closed 1 year ago

neil-lindquist commented 1 year ago

.gitignore was missing a few of the config executables, particularly config/essl_version on Summit. This adds the missing files to .gitignore.

Cf. https://github.com/icl-utk-edu/blaspp/pull/27