2013-01-22 04:32:54 -06:00
|
|
|
# editor backup files
|
|
|
|
*~
|
|
|
|
.\#*
|
|
|
|
|
|
|
|
# compiler output
|
|
|
|
*.o
|
2013-03-14 13:49:04 -05:00
|
|
|
*.a
|
2013-01-22 04:32:54 -06:00
|
|
|
|
|
|
|
# Octave plugins (compiled)
|
|
|
|
*.oct
|
|
|
|
|
|
|
|
# precompiled headers
|
|
|
|
*.gch
|
|
|
|
|
|
|
|
# Qt preprocessor
|
|
|
|
moc_*.cxx
|
|
|
|
qrc_*.cxx
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
Makefile
|
|
|
|
CMakeFiles/
|
|
|
|
CMakeCache.txt
|
|
|
|
/Generated/
|
|
|
|
*.qrc.depends
|
2013-03-14 13:49:04 -05:00
|
|
|
cmake_install.cmake
|
|
|
|
CPack*.cmake
|
|
|
|
CTest*.cmake
|
2024-09-30 04:21:17 -05:00
|
|
|
cmakebuild*/
|
2013-03-14 13:49:04 -05:00
|
|
|
|
|
|
|
#Unit test binaries
|
|
|
|
*_UnitTests
|
|
|
|
!*_UnitTests/
|
2013-01-22 04:32:54 -06:00
|
|
|
|
|
|
|
# Target program
|
|
|
|
/ApplicationCode/ResInsight
|
2013-10-07 02:07:27 -05:00
|
|
|
/.project
|
2013-11-21 03:43:54 -06:00
|
|
|
|
|
|
|
#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
|
2020-08-14 10:48:27 -05:00
|
|
|
build
|
2020-05-08 04:23:12 -05:00
|
|
|
CMakeSettings.json
|
2020-06-22 04:12:46 -05:00
|
|
|
enc_temp_folder
|
2024-09-30 04:21:17 -05:00
|
|
|
CMakeUserPresets.json
|
2013-11-21 03:43:54 -06:00
|
|
|
|
2017-10-16 07:21:05 -05:00
|
|
|
#Visual Studio Code files
|
|
|
|
.vscode
|
|
|
|
|
2013-11-21 03:43:54 -06:00
|
|
|
#Temp files
|
|
|
|
*.temp
|
2017-01-12 05:06:52 -06:00
|
|
|
/Resinsight_Host.includes
|
|
|
|
/Resinsight_Host.files
|
|
|
|
/Resinsight_Host.creator
|
|
|
|
/Resinsight_Host.config
|
2018-01-26 07:31:05 -06:00
|
|
|
*.RESINSIGHT_IDX
|
2019-10-16 03:32:55 -05:00
|
|
|
|
|
|
|
#Python
|
|
|
|
*.pyc
|