-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
182 lines (170 loc) · 3.97 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
# LaTeX/PDF:
*.aux
*.bbl
*.blg
*.idx
*.lof
*.log
*.lot
*.out
*.dvi
*.pdf
*.toc
doc/latexuguide/1
doc/latexuguide/*.ilg
doc/latexuguide/*.ind
doc/user_manual_temp
doc/html/
# Build/Binaries:
*.o
*.a
build
madx-*-*
madx32
madx64
numdiff-*-*
numdiff32
numdiff64
#VS Code
.vscode
# Cmake
CMakeCache.txt
CMakeFiles/
*.cmake
build_cmake/
dist/
DartConfiguration.tcl
doc/Makefile
include/
syntax/Makefile
src/Makefile
libs/DISTlib/Makefile
libs/DISTlib/source/Makefile
libs/ptc/src/Makefile
install_manifest.txt
tools/Makefile
# Coverage
*.gcda
*.gcno
*.gcov
# GC build:
libs/gc/**/*.log
libs/gc/**/*.lo
libs/gc/**/*.la
libs/gc/**/*.trs
libs/gc/**/.deps
libs/gc/**/.libs
libs/gc/**/.dirstamp
libs/gc/**/Makefile
libs/gc/gc-*/bdw-gc.pc
libs/gc/gc-*/config.status
libs/gc/gc-*/*test
libs/gc/gc-*/include/config.h
libs/gc/gc-*/include/stamp-h1
libs/gc/gc-*/libtool
libs/gc/gc-*/disclaim_bench
# Tests:
# (could also exclude whole tests folder?)
tests/**/*.data
tests/**/*.tab
tests/**/*.tfs
! tests/test-aperture/input/offset.tfs
! tests/test-setknob/input/test.tfs
! tests/test-c6t-4/input/aperture/offset.ip*.b1.tfs
tests/**/*.obs000?.p000?
tests/**/*.file
tests/**/*.dat
tests/**/*.aper
tests/**/fort.18
! tests/test-ptc-twiss-56Dt-ini_map_man/fort.18
tests/**/*.twiss
tests/**/*.nonlin
tests/**/debug.ptc
tests/**/sectormap
tests/**/thick.seq
tests/**/thin.seq
tests/**/twiss
tests/**/twiss_*
! tests/**/twiss_*.ref
! tests/**/twiss_*.cfg
tests/**/ring_matrix_at_end
tests/**/*.[1-9]
tests/**/*.16
tests/**/*.34
tests/**/*.survey
tests/**/trackone
tests/**/*.txt
tests/**/resultb[0-9]
tests/**/result[0-9]
tests/**/*.tab[0-9]
tests/**/dummyone
tests/**/*.outone
tests/test-cororbit-2/cx12.tab_1
tests/test-cororbit-2/cx12.tab_2
tests/test-cororbit-2/plot.orb
tests/test-crabcavity/fodo.ptc
tests/test-dynap/dynap
tests/test-dynap/dynaptune
tests/test-dynap/fort.69
tests/test-dynap/twiss-table-1
tests/test-dynap/twiss-table-2
tests/test-elseparator/testseq_thin.seq
tests/test-emit-2/twiss1
tests/test-error-4/esave.err
tests/test-error-4/mye.err
tests/test-error-2/err.file5ac
tests/test-makethin-2/V6.5.thin.b1.seq
tests/test-makethin-3/V6.5.thin.b1.seq
tests/test-makethin/fivecell_thin.seq
tests/test-makethin/fivecell_thin_collim.seq
tests/test-makethin/fivecell_thin_options.seq
tests/test-makethin/fivecell_thin_simple.seq
tests/test-makethin/fivecell_thin_teapot.seq
tests/test-makethin-4/fivecell_thin_options.seq
tests/test-permalign-2/twiss.tfs_thin
tests/test-permalign-3/mysliced.seq
tests/test-permalign-4/mysliced.seq
tests/test-plot-2/madx.ps
tests/test-plot/plot1.ps
tests/test-plot/plot1one
tests/test-plot/plot2.ps
tests/test-ptc-align-2/srot.C
tests/test-ptc-align-2/thistableone
tests/test-ptc-align/srot.C
tests/test-ptc-elements/Cptc.tsf
tests/test-ptc-elements/Cptc_cfg.tsf
tests/test-ptc-normal-5D-beambeam/leir.ptc.normal
tests/test-ptc-track/trackoneLag0
tests/test-ptc-track/trackoneLag90
tests/test-ptc-twiss-5D/leir.C
tests/test-ptc-twiss-normal-genfu/transfer.map
tests/test-ptc-twiss-old5/normal_results
tests/test-ptc-twiss-old6/normal_results
tests/test-ptc-twiss-old6/summaryMomentumCompaction
tests/test-ptc-twiss-tilt/twiss.madx.simple
tests/test-ptc-twiss-tilt/twiss.ptc.simple
tests/test-read-write-hex/seq_ascii.seq
tests/test-read-write-hex/seq_hex.seq
tests/test-rfmultipole-ptc-1/trackone
tests/test-rfmultipole/test1_flat.seq
tests/test-sequence-3/ad.save
tests/test-sequence-4/all_survey
tests/test-sequence-8/zz.seq
tests/test-survey-4/survey
tests/test-tapering/taper2.seq
tests/test-thick-quad-3/fivecell_thin.seq
tests/test-track-3/out_done
tests/test-track-3/out_fone
tests/test-track-4/out_done
tests/test-track-5/out_rellipseone
tests/test-track/out_test-track_ap_collimatorone
tests/test-twiss-10/twiss1
tests/test-twiss-10/twiss2
tests/test-twiss-11/dec17i.lis
tests/test-twiss-13/twiss.tsf
tests/test-twiss-2/my_sect_file
tests/test-beambeam-npart/trackbbone
tests/test-beambeam-npart/trackbeamone
tests/test-ptc-twiss-6D-ALS/end.map
tests/test-ptc-twiss-6D-ALS/fort.17
tests/test-ptc-twiss-6D-ALS/fort.19