1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-20 06:48:22 +02:00
trexio/src/.gitignore

38 lines
490 B
Plaintext
Raw Normal View History

2021-03-18 21:11:56 +01:00
templates_front/*.c
templates_front/*.h
2021-03-23 18:19:35 +01:00
templates_front/*.f90
templates_front/*.fh_90
2021-08-11 15:01:04 +02:00
templates_front/*.py
2021-05-05 11:37:48 +02:00
templates_front/*.dump
2021-03-18 21:11:56 +01:00
templates_front/populated/
templates_hdf5/*.c
templates_hdf5/*.h
2021-05-05 11:37:48 +02:00
templates_hdf5/*.dump
2021-03-18 21:11:56 +01:00
templates_hdf5/populated/
templates_text/*.c
templates_text/*.h
2021-05-05 11:37:48 +02:00
templates_text/*.dump
2021-03-18 21:11:56 +01:00
templates_text/populated/
2021-07-26 18:43:49 +02:00
*.so
2021-03-18 21:11:56 +01:00
*.o
*.h
2021-05-05 11:37:48 +02:00
*.dump
*.cppcheck
2021-07-26 18:43:49 +02:00
2021-03-18 21:11:56 +01:00
trexio.c
trexio_text.c
trexio_hdf5.c
2021-03-23 18:19:35 +01:00
trexio_f.f90
trexio.mod
2021-03-18 21:11:56 +01:00
trexio.py
2021-07-26 18:43:49 +02:00
pytrexio.py
pytrexio_wrap.c
2021-03-23 18:19:35 +01:00
*.h5
2021-07-26 18:43:49 +02:00
*.dir/
2021-07-26 19:28:56 +02:00
__pycache__/