opm-simulators/.gitignore

45 lines
497 B
Plaintext
Raw Permalink Normal View History

2013-04-29 06:39:26 -05:00
# Editor autosave files
*~
2013-05-14 10:45:20 -05:00
*.swp
2013-04-29 06:39:26 -05:00
2013-04-29 03:31:45 -05:00
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
2013-04-29 08:01:03 -05:00
# Compiled executables
a.out
find_zero
2013-05-07 03:51:05 -05:00
sim_2p_incomp_adfi
sim_simple
test_ad
2013-04-30 13:29:57 -05:00
test_block
2013-05-07 14:41:02 -05:00
test_impestpfa_ad
test_syntax
test_vec
2013-04-30 13:29:57 -05:00
2020-04-22 06:22:54 -05:00
# Build directory in source
build/
2013-04-30 13:29:57 -05:00
# Mac OS X debug info
*.dSYM
# emacs directory setting:
.dir-locals.el
# Python sphinx build
python/sphinx_docs/docs/_build/
# Python cache directories
**/__pycache__/