-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitignore
62 lines (58 loc) · 1.17 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
# We ignore all target folders except of ../annotations/target as it contains annotations that
# describe a "target (of a method call)" ... it was probably not a wise choice to name the
# package "target", but this is how it is.
target
!OPAL/bi/src/test/fixtures-java/support/annotations/target
# OTHER PATTERNS
build
.DS_Store
.cache
.classpath
.project
bin
.settings
.scala_dependencies
*.iml
*.ipr
*.iws
.idea
.worksheet
*.hprof
*.gz
*.log
*.aux
Icon?
/shippable/
.history
.tmpBin
.cache-*
Test.class
/.ensime
/.ensime_cache
/project/.ensime
/build.sublime-workspace
/OPAL.sublime-project
/OPAL.sublime-workspace
.ensime_cache
/?.gv
temp
/ensime.sbt
.vscode/settings.json
/project/eclipse.sbt
/DEVELOPING_OPAL/tools/mapping.hermes.txt
/DEVELOPING_OPAL/tools/results.hermes.txt
/OPAL/bi/src/test/fixtures-java/rt-jar-stubs-1.8.0-works.jar
.bloop/
.metals/
.bsp
project/project
project/metals.sbt
build_log.txt
# Exclude .jvmopts as this specifies custom sbt launching options
.jvmopts
# Contains the machine local settings for the scalac compiler
scalac.options.local
# Contains additional, machine-local settings which do not conflict with
# settings from the build file
local.sbt
.sbtopts