Files
opm-core/.gitignore
2013-02-11 22:36:47 +01:00

29 lines
294 B
Plaintext

# editor backup files
*~
.\#*
\#*\#
.\#*\#
# compiler output
*.o
*.mod
# libtool compatible files
*.lo
*.la
# Eclipse project settings
.cproject
.project
.settings/*
# in-tree build with CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
config.h
opm-core-config.cmake
Makefile
bin/
lib/