1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01:00

ignore produced binary and .o test files

This commit is contained in:
q-posev 2021-06-21 12:49:59 +02:00
parent c8fd3ba045
commit 91319ec3e8

13
tests/.gitignore vendored
View File

@ -1,14 +1,15 @@
libtrexio.so # Ignore all
trexio_f.o *
# Unignore all with extensions
!*.*
trexio_f.f90 trexio_f.f90
trexio.mod trexio.mod
test_c *.o
test_f
*.log *.log
*.trs *.trs
.dirstamp
*.h5 *.h5
*/ */