-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy path.gitignore
220 lines (202 loc) · 3.68 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# test outputs
**/testing/*
!**/testing/*.*
**/testing/*.characteristics
**/testing/*.datafile
**/testing/*.tree
**/testing/*.hosts
**/testing/*.txt
*.tap
*.tmp
*.trs
Makefile
.deps
config.log
config.status
Makefile.inc
stamp-h1
config.h
rpm/envsyms
rpm/Makefile
rpm/post_install_script
envsyms
bin/
bin32/
bin64/
bin_x86/
bin_x86_64/
build/
etc/
lib/
lib32/
lib64/
*.class
*.jar
*.manifest
*.egg-info
*.stamp
*.gcno
*.gcda
*.gcov
actions/actions
actions/actmon
cdu/cdu
dwscope/dwpad
dwscope/dwscope
dwscope/dwscope_remote
*.uid
javadispatcher/jDispatchMonitor
javadispatcher/jDispatcherIp
javadispatcher/jServer
javascope/scripts/
javatraverser/jTraverser
mitdevices/acq_root_filesystem/ffs/user/MitFilesDate
setevent/setevent
wfevent/wfevent
xmdsshr/.dirstamp
camshr/cts_commands.c
# Emacs autosave files
\#*#
# vi autosave files
*~
#vs code autosave files
*.swp
# python compiled files
*.pyc
__pycache__/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# automake
aclocal.m4
autom4te.cache
# gfortran objects on macintosh
*.o_i386
*.dylib_i386
*.lnk
# python version module
_version.py
*.log
.vscode/
testing/MDSplus/
testing/*Devices/
eclipse/
target/
.project
.settings/
.classpath
# deploy/trigger.sh output
trigger.opts
# yacc verbose
*.output
# bootstrap output files
LabView/Makefile.in
configure
ChangeLog
MANIFEST.MF
_include/_mdsversion.h
docs/Makefile.in
dwscope/Makefile.in
include/camshr_messages.h
include/mdsdcl_messages.h
include/mdsplus/mdsconfig.h
include/mdsplus/mdsconfig.h.in
include/mdsshr_messages.h
include/mitdevices_messages.h
include/servershr_messages.h
include/tcl_messages.h
include/tdishr_messages.h
include/tdishr.h
include/treeshr_messages.h
include/opcbuiltins.h
java/Makefile.in
java/devicebeans/Makefile.in
java/jdevices/Makefile.in
java/jdispatcher/Makefile.in
java/jscope/Makefile.in
java/jtraverser/Makefile.in
java/jtraverser2/Makefile.in
java/mdsobjects/Makefile.in
java/mdsobjects/docs/Makefile.in
java/mdsobjects/tests/Makefile.in
java/mdsplus-api/Makefile.in
java/mdsplus-api/src/main/java/mds/MdsException.java
java/mdsplus-api/tests/Makefile.in
java/mdsplus/Makefile.in
java/tests/Makefile.in
macosx/Makefile.in
manpages/Makefile.in
math/testing/Makefile.in
mdsdcl/cmdParse.c
mdsdcl/cmdParseLex.c
mdsdcl/dcllex.h
mdsdcl/dclyacc.h
mdsdcl/mdsdclDeltatimeToSeconds.c
mdsdcl/ocldToXml.c
mdsdcl/mdsdclVersionInfo.c
mdslib/docs/Makefile.in
mdslib/testing/Makefile.in
mdsobjects/cpp/docs/Makefile.in
mdsobjects/cpp/testing/Makefile.in
mdsobjects/cpp/testing/testutils/Makefile.in
mdsshr/MdsGetStdMsg.c
mdsshr/docs/Makefile.in
mdsshr/testing/Makefile.in
mdstcpip/docs/Makefile.in
mdstcpip/docs/img/Makefile.in
mdstcpip/testing/Makefile.in
mdstcpip/zlib/Makefile.in
python/MDSplus/docs/Makefile.in
python/MDSplus/compound.py
python/MDSplus/mdsExceptions.py
python/MDSplus/tests/*_test.py
python/MDSplus/tests/Makefile.in
rpm/Makefile.in
scripts/Makefile.in
setevent/Makefile.in
tdishr/TdiHash.c
tdishr/TdiLex.c
tdishr/TdiYacc.c
tdishr/tdilex.h
tdishr/tdiyacc.h
tdishr/testing/Makefile.in
tditest/testing/Makefile.in
testing/Makefile.in
testing/backends/check/Makefile.in
testing/selftest/Makefile.in
treeshr/testing/Makefile.in
treeshr/TreeFindNodeWild.c
wfevent/Makefile.in
m4/ax_git_revision.m4
# Generated Java binaries
java/*/classes/
java/jdispatcher/jDispatchMonitor
java/jdispatcher/jDispatcherIp
java/jdispatcher/jServer
java/jscope/jScope
java/jscope/jScope.properties
java/jtraverser/CompileTree
java/jtraverser/DecompileTree
java/jtraverser/jTraverser
java/jtraverser2/jTraverser2
java/jtraverser2/setupDevice