From e322a6e42dcf3d66a77cc047b874acf01811d28e Mon Sep 17 00:00:00 2001 From: q-posev Date: Thu, 18 Mar 2021 21:11:56 +0100 Subject: [PATCH] add gitignore for src --- src/.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/.gitignore diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..9b3b867 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,23 @@ +templates_front/*.c +templates_front/*.h +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 + +test +test_write.h5 +trexio_test/ +