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.
|
# 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
|
*.o
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
.libs
|
.libs
|
||||||
.deps
|
.deps
|
||||||
*.pc
|
|
||||||
stamp-*
|
stamp-*
|
||||||
*.aux
|
*.aux
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Some more files generated by autotools.
|
# executables (test programs)
|
||||||
|
bin/
|
||||||
|
|
||||||
|
# configure artifacts
|
||||||
Makefile
|
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
|
Makefile.in
|
||||||
Doxyfile
|
|
||||||
Doxyfile.in
|
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
am
|
am
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user