mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
32 lines
313 B
Plaintext
32 lines
313 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/
|
|
*.qrc.depends
|
|
|
|
# Unit testing
|
|
*_UnitTests
|
|
|
|
# Target program
|
|
/ApplicationCode/ResInsight
|