forked from OpendTect/OpendTect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
112 lines (103 loc) · 1.5 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Known generated files
.DS_Store
*mod.h
*.local.php
*helpids.h
about.html
dtect/linguist.csh
include/Basic/svnversion.h
include/Basic/odversion.h
include/Basic/buildinfo.h
external/*/*
.arcconfig
doc/Programmer/*.html
CMakeModules/FindOpendTect.cmake
CMakeModules/license.txt
CMakeModules/sourcefiles_od.txt
CMakeModules/sourcefiles_dgb.txt
CMakeModules/Doxyfile
data/BatchHosts
data/ModDeps.od
data/ModDeps.dgb
data/SequenceModels
data/dgbAttribs/
data/localizations/*.qm
data/localizations/generated
test/
Contents/
plugins/lux64
moc*.cpp*
moc*.cxx
__pycache__
lib*.dylib
Info.plist
Testing/
bin/lux64/Debug/
bin/lux64/Release/
doc/Programmer/Generated
include/General/od_helpids.h
src/Basic/qpaths.cc
install_manifest.txt
inst
Null
plugins/*/*.alo
*.cxx_parameters
src/*/instantiate*export.cc
bin/*/Debug/*
bin/*/Release/*
*.cbp
*.cd
*.user
*.tlog
*.log
*.suo
*.res
*.obj
ipch
*.lib
*.exp
*.rc
*.manifest*
*.lastbuildstate
*.unsuccessfulbuild
*.cache
*.makeDebug
*.makeRelease
*.makeRelWithDebInfo
*.build
*.xcodeproj
compile_commands.json
#Doxygen stuff
CMakeModules/Doxyfile
doc/Programmer/Generated
doc/Programmer/sitemap.txt
dtect/backoffice-server-upload.sh
CMakeDoxy*
#CMake's stuff
*.ninja
.ninja_log
.ninja_deps
develdefs.cmake
cmake_install.cmake
CTestTestfile.cmake
DartConfiguration.tcl
CMakeFiles
CMakeScripts
Makefile
CMakeCache.txt
CTestCustom.cmake
*.vcxproj.filters
*.vcxproj
*.vcxproj.user
*deps.h
*.sln
*.sdf
*.opensdf
#Temporary files
*.sw?
*~
.directory
#Platform dependent files
# Windows
# Linux
# Mac