mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Ignore output from CMake build
This commit is contained in:
parent
15f3246ea5
commit
adbf45c492
41
.gitignore
vendored
41
.gitignore
vendored
@ -1,21 +1,52 @@
|
||||
# use shell glob syntax for wildcards etc.
|
||||
# General patterns
|
||||
# editor backup
|
||||
*~
|
||||
.\#*
|
||||
\#*\#
|
||||
.\#*\#
|
||||
|
||||
# Eclipse project settings
|
||||
.cproject
|
||||
.project
|
||||
.settings/*
|
||||
|
||||
# QtCreator project settings
|
||||
CMakeLists.txt.user*
|
||||
|
||||
# compiler output
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
*.a
|
||||
*.so
|
||||
.libs
|
||||
.deps
|
||||
*.pc
|
||||
stamp-*
|
||||
*.aux
|
||||
*.log
|
||||
|
||||
# Some more files generated by autotools.
|
||||
# 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
|
||||
Doxyfile
|
||||
Doxyfile.in
|
||||
aclocal.m4
|
||||
am
|
||||
autom4te.cache
|
||||
|
Loading…
Reference in New Issue
Block a user