mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
692082df96
Ignore any files that stems from building in the development tree itself, which can be useful e.g. for letting the debugger easily pick up the source files.
31 lines
299 B
Plaintext
31 lines
299 B
Plaintext
# editor backup files
|
|
*~
|
|
.\#*
|
|
|
|
# compiler output
|
|
*.o
|
|
*.a
|
|
|
|
# Octave plugins (compiled)
|
|
*.oct
|
|
|
|
# precompiled headers
|
|
*.gch
|
|
|
|
# Qt preprocessor
|
|
moc_*.cxx
|
|
qrc_*.cxx
|
|
|
|
# CMake
|
|
*.cmake
|
|
Makefile
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
/Generated/
|
|
|
|
# Unit testing
|
|
*_UnitTests
|
|
|
|
# Target program
|
|
/ApplicationCode/ResInsight
|