opm-simulators/.gitignore
Liu Ming 6b3b90500f Merge remote-tracking branch 'opm/master' into bo_polymer
Conflicts:
	opm/polymer/PolymerProperties.hpp
2014-10-20 13:51:37 +08:00

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