-
Notifications
You must be signed in to change notification settings - Fork 168
/
.gitignore
65 lines (48 loc) · 1.56 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
# Ignore build related folders
build/
target/
bin/
# Ignore settings changes by the IDE
.settings/
# Ignore test recordings
application/tests/org.openjdk.jmc.rjmx.services.jfr.test/recording.jfr
application/uitests/org.openjdk.jmc.flightrecorder.uitest/recording.jfr
# Ignore generated new and noteworthy
new_and_noteworthy.html
# Ignore build workspace
workspace/
# Ignore perforce ignore files
.p4ignore
# Ignore MacOS X finder files
.DS_Store
# Useful for local m2 cache when docker building
.m2
# Ignore UltraEdit .bak files
*.bak
# Normally minor updates to the project files by the IDE
# can be ignored - some minor options are added sometimes
# and the default are usually fine
.project
# Ignore dependency reduced pom
dependency-reduced-pom.xml
.flattened-pom.xml
# Ignore tycho consumer pom
.tycho-consumer-pom.xml
# Ignore coverage report
core/coverage/coverage-report
application/coverage/coverage-report
# Ignore the fetched JS libraries
application/org.openjdk.jmc.flightrecorder.graphview/src/main/resources/jslibs/
application/org.openjdk.jmc.flightrecorder.heatmap/src/main/resources/jslibs/
application/org.openjdk.jmc.flightrecorder.dependencyview/src/main/resources/jslibs/
# Ignore the output from running the p2 server from the scripts
releng/third-party/nohup.out
# Ignore IntelliJ
*.iml
*.idea
# logs generated by build.bat script
*.log
# Ignore the generated test baseline
core/tests/org.openjdk.jmc.flightrecorder.rules.jdk.test/baseline/Generated_JfrRuleBaseline.xml
# Ignore configuration directories generated by spotbugs
**/configuration/spotbugs