-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
92 lines (82 loc) · 3.36 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
bin
# *.class
*_Generated.class
*_temp.class
*~
TAGS
# Eclipse files
annotation-file-utilities/.classpath
annotation-file-utilities/.project
annotation-file-utilities/.settings
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/annotation-file-utilities.jar
annotation-file-utilities/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/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
# User customizations
Makefile.user
build.properties