1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-04-26 02:14:54 +02:00

update gitignore

This commit is contained in:
q-posev 2021-07-26 18:43:49 +02:00
parent 8c6289a8ba
commit 12c2a3a014
2 changed files with 12 additions and 6 deletions

5
.gitignore vendored
View File

@ -5,6 +5,11 @@
*/*.la */*.la
*/*.lo */*.lo
aclocal.m4 aclocal.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
autom4te.cache/ autom4te.cache/
compile compile
config.guess config.guess

13
src/.gitignore vendored
View File

@ -15,20 +15,21 @@ templates_text/*.h
templates_text/*.dump templates_text/*.dump
templates_text/populated/ templates_text/populated/
libtrexio.so *.so
*.o *.o
*.h *.h
*.dump *.dump
*.cppcheck *.cppcheck
trexio.c trexio.c
trexio_text.c trexio_text.c
trexio_hdf5.c trexio_hdf5.c
trexio_f.f90 trexio_f.f90
trexio.mod trexio.mod
test_c pytrexio.py
test_f pytrexio_wrap.c
*.h5
trexio_test/ *.h5
trexio_test_fort/ *.dir/