2012-11-29 16:14:18 -06:00
|
|
|
# editor backup files
|
2010-10-26 03:11:26 -05:00
|
|
|
*~
|
2012-06-28 14:09:07 -05:00
|
|
|
.\#*
|
2012-11-29 16:14:18 -06:00
|
|
|
\#*\#
|
|
|
|
.\#*\#
|
|
|
|
|
|
|
|
# compiler output
|
2010-10-26 03:11:26 -05:00
|
|
|
*.o
|
2012-10-09 02:53:03 -05:00
|
|
|
*.mod
|
2012-11-29 16:14:18 -06:00
|
|
|
|
|
|
|
# libtool compatible files
|
2010-10-26 03:11:26 -05:00
|
|
|
*.lo
|
|
|
|
*.la
|
2012-11-29 16:14:18 -06:00
|
|
|
|
|
|
|
# Eclipse project settings
|
2012-06-19 14:56:53 -05:00
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
.settings/*
|
2010-10-26 03:11:26 -05:00
|
|
|
|
2012-12-13 07:30:05 -06:00
|
|
|
# QtCreator project settings
|
|
|
|
CMakeLists.txt.user*
|
|
|
|
|
2012-10-29 03:09:49 -05:00
|
|
|
# in-tree build with CMake
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles/
|
|
|
|
cmake_install.cmake
|
2012-11-29 16:14:18 -06:00
|
|
|
config.h
|
|
|
|
opm-core-config.cmake
|
2013-01-08 04:47:23 -06:00
|
|
|
opm-core-config-version.cmake
|
2012-12-07 05:18:49 -06:00
|
|
|
opm-core-install.cmake
|
2012-11-29 16:14:18 -06:00
|
|
|
Makefile
|
|
|
|
bin/
|
|
|
|
lib/
|
2012-12-20 07:41:18 -06:00
|
|
|
Doxyfile
|
2013-02-05 15:22:23 -06:00
|
|
|
Documentation/html
|
2013-01-25 15:38:46 -06:00
|
|
|
dune.module
|
|
|
|
*.pc
|
|
|
|
install_manifest.txt
|
|
|
|
|
|
|
|
# testing framework
|
|
|
|
CTestTestfile.cmake
|
|
|
|
DartConfiguration.tcl
|
|
|
|
Testing/
|
2015-06-02 05:18:10 -05:00
|
|
|
.DS_Store
|
|
|
|
.idea
|
|
|
|
build
|