ResInsight/.gitignore
2012-09-13 12:12:14 +03:00

31 lines
309 B
Plaintext

# 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