mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
36 lines
588 B
Plaintext
36 lines
588 B
Plaintext
*.o
|
|
*.so
|
|
.svn/
|
|
*/.svn/
|
|
*.pyc
|
|
*~
|
|
*.user
|
|
|
|
#pyCharm project
|
|
.idea
|
|
|
|
#to make python tests run in-source
|
|
devel/python/lib64
|
|
|
|
# /devel/libenkf/src/
|
|
/devel/libenkf/src/.faultlist
|
|
|
|
# /develbranch/libenkf/src/
|
|
/develbranch/libenkf/src/.faultlist
|
|
|
|
# Ignore build catalog
|
|
/build
|
|
|
|
# Ignore pdf from tex-test
|
|
/devel/libert_util/tests/data/latex_OK.pdf
|
|
# Ignore Statoil test data
|
|
/devel/test-data/Statoil
|
|
|
|
# Ignore the ert_local python file which is needed to run some python tests
|
|
/devel/python/python/ert/ecl/ecl_local.py
|
|
/devel/GPATH
|
|
/devel/GRTAGS
|
|
/devel/GTAGS
|
|
/devel/gtags.sh
|
|
/cmake.sh
|