ResInsight/.gitignore

82 lines
929 B
Plaintext
Raw Normal View History

# editor backup files
*~
.\#*
# compiler output
*.o
*.a
# Octave plugins (compiled)
*.oct
# precompiled headers
*.gch
# Qt preprocessor
moc_*.cxx
qrc_*.cxx
# CMake
Makefile
CMakeFiles/
CMakeCache.txt
/Generated/
*.qrc.depends
cmake_install.cmake
CPack*.cmake
CTest*.cmake
cmakebuild*/
#Unit test binaries
*_UnitTests
!*_UnitTests/
# Target program
/ApplicationCode/ResInsight
2013-10-07 02:07:27 -05:00
/.project
#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
Ankh.NoLoad
2020-05-08 04:23:12 -05:00
.vs
out
build
2020-05-08 04:23:12 -05:00
CMakeSettings.json
enc_temp_folder
CMakeUserPresets.json
#Visual Studio Code files
.vscode
#Temp files
*.temp
/Resinsight_Host.includes
/Resinsight_Host.files
/Resinsight_Host.creator
/Resinsight_Host.config
*.RESINSIGHT_IDX
2019-10-16 03:32:55 -05:00
#Python
*.pyc