forked from typetools/checker-framework
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
118 lines (104 loc) · 2.23 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
*TODOJDK
# git
.gitignore
.git
# Emacs and other temporary files
*~
.#*
\#*#
TAGS
tags
*.swp
*.orig
.DS_Store
# Eclipse files
.metadata
.classpath
.project
.externalToolBuilders
.settings
dot_files
Makefile.user
# ant tab completion cache file
.ant-targets-build.xml
# build files
api
build
dist
stubparser/docs/api
# Don't want to ignore .jar files in checker/lib/
# *.jar
checker/jdk/jdk*.jar
checker/jdk/**/*.class
*.pyc
checker/build-temp
checker/examples/**/*.class
# manual files
bib
doc
*.synctex.gz
manual.aux
manual.blg
manual.dvi
manual.haux
manual.html
manual.htoc
manual.image.out
manual.image.tex
manual.image.tex.new
manual.image.log
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
checker/manual/figures/*.eps
checker/manual/figures/*.pdf
checker/manual/figures/*.png
checker/manual/figures/signature-types-with-canonicalname.dia
checker/manual/*.png
checker/manual/*.svg
# dataflow manual
dataflow/manual/dataflow.aux
dataflow/manual/dataflow.dvi
dataflow/manual/dataflow.log
dataflow/manual/dataflow.out
dataflow/manual/dataflow.pdf
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/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/generics/*.class
checker/tests/nullness-temp/*.java
checker/tests/nullness-temp/*.class
checker/jtreg/multipleexecutions/Main.class
tutorial/eclipse-projects.zip
tutorial/eclipse-projects/README.txt
tutorial/eclipse-projects/personalblog-demo/bin/net/eyde/personalblog/service/PersonalBlogService.class
tutorial/eclipse-projects/personalblog-demo/bin/net/eyde/personalblog/struts/action/ReadAction.class
tutorial/sourcefiles.zip
tutorial/src
# release tmps
tmp
jsr308-langtools
jsr308-langtools.basic
langtools-ta
# Maven files
target/
*.ipr
*.iws
*.iml