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:
parent
c8fd3ba045
commit
91319ec3e8
13
tests/.gitignore
vendored
13
tests/.gitignore
vendored
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user