opm-core/.gitignore
2013-02-11 22:37:56 +01:00

35 lines
391 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-install.cmake
Makefile
bin/
lib/
Doxyfile
Documentation