add .gitignore and add Makefile.lammps.* symlinks to stay consistent with other libraries

This commit is contained in:
Axel Kohlmeyer 2017-09-19 19:06:02 -04:00
parent 76d93f21dd
commit 59d2e13d48
4 changed files with 8 additions and 1 deletions

5
lib/latte/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# files and folders to ignore
/filelink
/liblink
/includelink
/LATTE-master

View File

@ -3,5 +3,5 @@
# GNU Fortran settings # GNU Fortran settings
latte_SYSINC = latte_SYSINC =
latte_SYSLIB = ../../lib/latte/filelink -llatte -lgfortran -llapack -lblas latte_SYSLIB = ../../lib/latte/filelink -llatte -lgfortran -llapack -lblas
latte_SYSPATH = -fopenmp latte_SYSPATH = -fopenmp

View File

@ -0,0 +1 @@
Makefile.lammps.gfortran

View File

@ -0,0 +1 @@
Makefile.lammps.gfortran