mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-04 13:36:57 -06:00
6b3b90500f
Conflicts: opm/polymer/PolymerProperties.hpp
78 lines
934 B
Plaintext
78 lines
934 B
Plaintext
# use shell glob syntax for wildcards etc.
|
|
# editor backup
|
|
*~
|
|
.\#*
|
|
\#*\#
|
|
.\#*\#
|
|
|
|
# Eclipse project settings
|
|
.cproject
|
|
.project
|
|
.settings/*
|
|
|
|
# QtCreator project settings
|
|
CMakeLists.txt.user*
|
|
|
|
# compiler output
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.a
|
|
*.so
|
|
.libs
|
|
.deps
|
|
stamp-*
|
|
*.aux
|
|
*.log
|
|
|
|
# executables (test programs)
|
|
bin/
|
|
|
|
# configure artifacts
|
|
Makefile
|
|
config.h
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
CTestTestfile.cmake
|
|
DartConfiguration.tcl
|
|
Testing/
|
|
*install.cmake
|
|
*-config*.cmake
|
|
*.pc
|
|
install_manifest.txt
|
|
|
|
# doxygen artifacts
|
|
doc/doxygen/Doxyfile.in
|
|
doc/doxygen/Doxyfile
|
|
|
|
# Some more files generated by autotools.
|
|
Makefile.in
|
|
aclocal.m4
|
|
am
|
|
autom4te.cache
|
|
config.*
|
|
configure
|
|
dependencies.m4
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
|
|
# Ignoring executables
|
|
*_test
|
|
examples/cpchop*
|
|
examples/cpregularize
|
|
examples/exp_variogram
|
|
examples/upscale_*
|
|
examples/grdecldips
|
|
data
|
|
steadystate_test_implicit
|
|
steadystate_test_explicit
|
|
=======
|
|
*.iml
|
|
.idea
|
|
*/opm-simulation
|
|
|
|
|