1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-05 02:48:59 +01:00

gitignore editor swap/backup files, suggested build directory, build byproducts

This commit is contained in:
Pablo Lopez Rios 2022-01-18 14:13:17 +00:00
parent 12a7454c0c
commit f89e542f26
2 changed files with 4 additions and 2 deletions

5
.gitignore vendored
View File

@ -11,7 +11,6 @@ m4/ltsugar.m4
m4/ltversion.m4 m4/ltversion.m4
m4/lt~obsolete.m4 m4/lt~obsolete.m4
autom4te.cache/ autom4te.cache/
build-config/
ar-lib ar-lib
compile compile
config.guess config.guess
@ -23,7 +22,6 @@ config.h.in
config.h config.h
depcomp depcomp
include/config.h.in include/config.h.in
include/config.h.in~
include/stamp-h1 include/stamp-h1
install-sh install-sh
libtool libtool
@ -40,3 +38,6 @@ test-suite.log
*.h5 *.h5
trexio-*.tar.gz trexio-*.tar.gz
trex.json trex.json
*~
.*.swp
/build*

1
src/.gitignore vendored
View File

@ -28,6 +28,7 @@ trexio_hdf5.c
trexio_f.f90 trexio_f.f90
trexio.mod trexio.mod
trexio.py
pytrexio.py pytrexio.py
pytrexio_wrap.c pytrexio_wrap.c