Added missing files that should be ignored (*.mod files generated by gfortran and two test executable).
This commit is contained in:
parent
33ce431875
commit
b0d2bfa560
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*~
|
*~
|
||||||
.\#*
|
.\#*
|
||||||
*.o
|
*.o
|
||||||
|
*.mod
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
.libs
|
.libs
|
||||||
@ -42,8 +43,10 @@ examples/sim_2p_incomp_reorder
|
|||||||
examples/sim_2p_comp_reorder
|
examples/sim_2p_comp_reorder
|
||||||
examples/sim_wateroil
|
examples/sim_wateroil
|
||||||
examples/wells_example
|
examples/wells_example
|
||||||
|
tests/test_agmg
|
||||||
tests/test_cfs_tpfa
|
tests/test_cfs_tpfa
|
||||||
tests/test_jacsys
|
tests/test_jacsys
|
||||||
|
tests/test_read_grid
|
||||||
tests/test_readvector
|
tests/test_readvector
|
||||||
tests/test_sf2p
|
tests/test_sf2p
|
||||||
tests/bo_fluid_p_and_z_deps
|
tests/bo_fluid_p_and_z_deps
|
||||||
|
Loading…
Reference in New Issue
Block a user