1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-09-27 12:01:01 +02:00
trexio/src/.gitignore
Evgeny Posenitskiy c43259176d
Add 32-bit funcs and document front end (#39)
* 32-bit functions
* adapt tests since the default write/read_num is now 32-bit
* minor cleaning in the generator
* add test for _32 functionality
* rm stdint-based types from test
* documentation
* rm trailing whitespaces in emacs
* change TREXIO_INVALID_BACK_END
* update gitignore
2021-04-07 17:37:04 +02:00

29 lines
354 B
Plaintext

templates_front/*.c
templates_front/*.h
templates_front/*.f90
templates_front/populated/
templates_hdf5/*.c
templates_hdf5/*.h
templates_hdf5/populated/
templates_text/*.c
templates_text/*.h
templates_text/populated/
libtrexio.so
*.o
*.h
trexio.c
trexio_text.c
trexio_hdf5.c
trexio_f.f90
trexio.mod
test_c
test_f
*.h5
trexio_test/
trexio_test_fort/