-
Notifications
You must be signed in to change notification settings - Fork 437
Expand file tree
/
Copy path.gitignore
More file actions
283 lines (254 loc) · 8.65 KB
/
.gitignore
File metadata and controls
283 lines (254 loc) · 8.65 KB
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
*TODOJDK
# git
.gitignore
.git
# Emacs and other temporary files
*~
.#*
\#*#
TAGS
tags
*.swp
*.orig
.DS_Store
dot_files
*_Generated.class
*_temp.class
*~
# Eclipse files
.metadata
.classpath
.project
.externalToolBuilders
.settings
**/*.factorypath
# IDE files
.idea
.vscode
# User customizations
Makefile.user
local.properties
# ant tab completion cache file
.ant-targets-build.xml
# build files
api
build
dist
buildSrc/.gradle
docs/tmpapi/
stubparser/docs/api
# Don't want to ignore .jar files in checker/lib/ nor in gradle/wrapper
# *.jar
checker/jdk/jdk*.jar
checker/jdk/**/*.class
*.pyc
checker/build-temp
checker/bin/.do-like-javac
checker/bin/.scc/
checker/bin-devel/.git-scripts
checker/bin-devel/.html-tools
checker/bin-devel/.plume-scripts
checker/bin-devel/.run-google-java-format
checker/bin-devel/dockerdir*
checker/src/main/resources/git.properties
# These tests are generated from those in checker/tests/calledmethods-lombok during the build.
# They must be in the tests/ directory rather than the build/ directory so that
# CheckerFrameworkPerDirectoryTest can be used.
checker/tests/calledmethods-delomboked
# manual files
plume-bib
*.synctex.gz
manual.aux
manual.blg
manual.dvi
manual.fdb_latexmk
manual.fls
manual.haux
manual.html
manual.htoc
manual.image.*
manual.log
manual.out
manual.pdf
manual.ps
manual.toc
manual001.gif
manual001.png
manual002.gif
manual002.png
manual003.gif
manual003.png
manual004.gif
manual004.png
docs/annotation-file-utilities/annotation-file-format.html
docs/annotation-file-utilities/annotation-file-format.htoc
docs/annotation-file-utilities/annotation-file-format.log
docs/annotation-file-utilities/annotation-file-format.pdf
docs/annotation-file-utilities/annotation-file-format.toc
docs/annotation-file-utilities/corresp.png
docs/annotation-file-utilities/dataflow.png
docs/annotation-file-utilities/figures/corresp.png
docs/annotation-file-utilities/figures/dataflow.png
docs/annotation-file-utilities/figures/nocast.png
docs/annotation-file-utilities/figures/typecast.png
docs/annotation-file-utilities/nocast.png
docs/annotation-file-utilities/typecast.png
docs/examples/**/*.class
docs/examples/MavenExample/Out.txt
docs/examples/errorprone/.gradle/
docs/examples/errorprone/Out.txt
docs/examples/lombok/.gradle/
docs/examples/lombok/Out.txt
docs/examples/lombok/lombok.config
docs/manual/*.png
docs/manual/*.svg
docs/manual/contributors.txt
docs/manual/figures/*.eps
docs/manual/figures/*.pdf
docs/manual/figures/*.png
docs/manual/figures/signature-types-with-canonicalname.dia
docs/manual/manual.html-e
docs/tmpapi/
*.fls
# dataflow manual
dataflow/manual/checker-framework-dataflow-manual.aux
dataflow/manual/checker-framework-dataflow-manual.dvi
dataflow/manual/checker-framework-dataflow-manual.log
dataflow/manual/checker-framework-dataflow-manual.out
dataflow/manual/checker-framework-dataflow-manual.pdf
docs/tutorial/src/personalblog-demo/bin/net/eyde/personalblog/service/PersonalBlogService.class
docs/tutorial/src/personalblog-demo/bin/net/eyde/personalblog/struts/action/ReadAction.class
docs/tutorial/sourcefiles.zip
# release tmps
tmp
# Maven files
target/
*.ipr
*.iws
*.iml
/.gradle/
## Tests
checker/tests/command-line/issue618/TwoCheckers.class
checker/tests/command-line/issue618/out.txt
checker/tests/nullness-extra/*.class
checker/tests/nullness-extra/compat/Out.txt
checker/tests/nullness-extra/compat/javax/annotation/Nullable.class
checker/tests/nullness-extra/compat/lib/Lib.class
checker/tests/nullness-extra/issue3597/testpkg/Issue3597A.class
checker/tests/nullness-extra/issue3597/testpkg/Issue3597B.class
checker/tests/nullness-extra/issue502/Issue502.class
checker/tests/nullness-extra/issue502/Out.txt
checker/tests/nullness-extra/issue594/Out.txt
checker/tests/nullness-extra/issue607/Issue607.class
checker/tests/nullness-extra/issue607/Issue607Interface.class
checker/tests/nullness-extra/issue607/Issue607SuperClass.class
checker/tests/nullness-extra/multiple-errors/*.class
checker/tests/nullness-extra/multiple-errors/Out.txt
checker/tests/nullness-extra/package-anno/Out.txt
checker/tests/nullness-extra/package-anno/test/*.class
checker/tests/nullness-extra/shorthand/NullnessRegexWithErrors.class
checker/tests/nullness-extra/shorthand/Out.txt
checker/tests/nullness-temp/*.class
checker/tests/nullness-temp/*.java
checker/tests/nullness/generics/*.class
dataflow/tests/busy-expression/Out.txt
dataflow/tests/busy-expression/*.class
dataflow/tests/busyexpr/Out.txt
dataflow/tests/busyexpr/*.class
dataflow/tests/cfgconstruction/*.class
dataflow/tests/constant-propagation/Out.txt
dataflow/tests/constant-propagation/*.class
dataflow/tests/issue3447/Out.txt
dataflow/tests/issue3447/*.class
dataflow/tests/live-variable/Out.txt
dataflow/tests/live-variable/*.class
dataflow/tests/reachingdef/Out.txt
dataflow/tests/reachingdef/*.class
dataflow/tests/java22/unnamed-pattern/Out.txt
dataflow/tests/java22/unnamed-pattern/*.class
checker/jtreg/multipleexecutions/Main.class
# Source is copied from elsewhere.
checker-qual-android/src
# Some tests produce output into the tests/ directory instead of the build/ directory.
checker/tests/ainfer-index/annotated/
checker/tests/ainfer-index/inference-output/
checker/tests/ainfer-nullness/annotated/
checker/tests/ainfer-nullness/inference-output/
checker/tests/ainfer-testchecker/annotated/
checker/tests/ainfer-testchecker/inference-output/
checker/tests/ainfer-resourceleak/annotated/
checker/tests/ainfer-resourceleak/inference-output/
framework/tests/returnsreceiverdelomboked/
# Annotation tools
annotation-file-utilities/annotation-file-format.aux
annotation-file-utilities/annotation-file-format.blg
annotation-file-utilities/annotation-file-format.dvi
annotation-file-utilities/annotation-file-format.haux
annotation-file-utilities/annotation-file-format.html
annotation-file-utilities/annotation-file-format.htoc
annotation-file-utilities/annotation-file-format.log
annotation-file-utilities/annotation-file-format.out
annotation-file-utilities/annotation-file-format.pdf
annotation-file-utilities/annotation-file-format.ps
annotation-file-utilities/annotation-file-format.toc
annotation-file-utilities/dist/annotation-file-utilities.jar
annotation-file-utilities/dist/annotation-file-utilities-all.jar
annotation-file-utilities/annotation-file-utilities-all-but-javac.jar
annotation-file-utilities/annotation-tools.zip
annotation-file-utilities/plume-bib
annotation-file-utilities/design.aux
annotation-file-utilities/design.log
annotation-file-utilities/design.pdf
annotation-file-utilities/build
annotation-file-utilities/.gradle
annotation-file-utilities/gradle/verification-metadata.dryrun.xml
annotation-file-utilities/javadoc
annotation-file-utilities/tests/*.diff
annotation-file-utilities/tests/*.log
annotation-file-utilities/tests/*.output
annotation-file-utilities/tests/**/*.class
annotation-file-utilities/tests/Makefile.user
annotation-file-utilities/tests/abbreviated/*.diff
annotation-file-utilities/tests/abbreviated/*.log
annotation-file-utilities/tests/abbreviated/*.output
annotation-file-utilities/tests/ad-hoc/bridge/A.class
annotation-file-utilities/tests/ad-hoc/bridge/C.class
annotation-file-utilities/tests/ad-hoc/bridge/C.jaif
annotation-file-utilities/tests/converted/*.diff
annotation-file-utilities/tests/converted/*.log
annotation-file-utilities/tests/converted/*.output
# ignore link to parent
annotation-file-utilities/tests/converted/*.java
# ignore link to parent
annotation-file-utilities/tests/converted/*.goal
annotation-file-utilities/tests/enum-imports/*.diff
annotation-file-utilities/tests/enum-imports/*.log
annotation-file-utilities/tests/enum-imports/*.output
annotation-file-utilities/tests/issue155/Issue155.diff
annotation-file-utilities/tests/issue155/Issue155.log
annotation-file-utilities/tests/issue155/Issue155.output
annotation-file-utilities/tests/source-extension/*.diff
annotation-file-utilities/tests/source-extension/*.log
annotation-file-utilities/tests/source-extension/*.output
annotation-file-utilities/tests/system-test/out1
annotation-file-utilities/tests/system-test/out2.diff
annotation-file-utilities/tests/system-test/out2.jaif
annotation-file-utilities/tests/system-test/out3
annotation-file-utilities/tests/system-test/out4.class
annotation-file-utilities/tests/system-test/out5.diff
annotation-file-utilities/tests/system-test/out5.jaif
scene-lib/javadoc
scene-lib/reports
scene-lib/test/annotations/tests/executable/example-output.jaif
scene-lib/test/annotations/tests/executable/example-stdout.jaif
*.class-via-classfile-scene.txt
*.class-correct-scene.txt
*.class-from-indexfile.txt
*.class-generated-scene.txt
.metadata
annotation-file-utilities/figures/*.eps
annotation-file-utilities/figures/*.pdf
annotation-file-utilities/figures/*.png
annotation-file-utilities/*.png
# Obtained via Git
.plume-scripts