mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
47 lines
573 B
Plaintext
47 lines
573 B
Plaintext
# editor backup files
|
|
*~
|
|
.\#*
|
|
\#*\#
|
|
.\#*\#
|
|
|
|
# compiler output
|
|
*.o
|
|
*.mod
|
|
|
|
# libtool compatible files
|
|
*.lo
|
|
*.la
|
|
|
|
# Eclipse project settings
|
|
.cproject
|
|
.project
|
|
.settings/*
|
|
|
|
# QtCreator project settings
|
|
CMakeLists.txt.user*
|
|
|
|
# in-tree build with CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
config.h
|
|
opm-core-config.cmake
|
|
opm-core-config-version.cmake
|
|
opm-core-install.cmake
|
|
Makefile
|
|
bin/
|
|
lib/
|
|
Doxyfile
|
|
Documentation/html
|
|
dune.module
|
|
*.pc
|
|
install_manifest.txt
|
|
|
|
# testing framework
|
|
CTestTestfile.cmake
|
|
DartConfiguration.tcl
|
|
Testing/
|
|
|
|
# Build directory in source.
|
|
build/
|