ResInsight/.gitignore

31 lines
309 B
Plaintext
Raw Normal View History

# editor backup files
*~
.\#*
# compiler output
*.o
# 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