-
Notifications
You must be signed in to change notification settings - Fork 41
/
.gitignore
53 lines (50 loc) · 1.13 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
# do not ignore the whole ".settings" folder.
# For example, save actions should be used by all contributors (see org.eclipse.jdt.ui.prefs).
# And the formatter (see **/.settings/org.eclipse.jdt.core.prefs)
wrapper/**
kieker-documentation/_build/**
**/daemon/**
**/caches/**
**/\?/**
**/.settings/edu.umd.cs.findbugs.core.prefs
**/.settings/org.eclipse.buildship.core.prefs
.project
.classpath
build-eclipse/
/build/
/dist/
/tmp/
META-INF/MANIFEST.MF
plugin.properties
plugin.xml
*~
*.backup
/*.log
.DS_Store
/TraceAnalysisGUI.properties
/activemq-data
/invalidTraceArtifacts-yyyyMMdd-HHmmssSSS.txt
/messageTraces-yyyyMMdd-HHmmssSSS.txt
/kieker-examples/userguide/ch2--bookstore-application/build
/kieker-examples/userguide/ch2--bookstore-application/.gradle
kieker-examples/monitoring/probe-aspectj/kieker.log
kieker-examples/monitoring/probe-spring/kieker.log
kieker-examples/analysis/trace-analysis/kieker.log
/kieker-tools/*.log
/kieker-tools/activemq-data
/kieker-analysis/*.log
/kieker-checkstyle-extension/bin
/docs
/javadoc
.gradle
/src-gen
/test-gen
**/build/**
**/bin/**
# Eclipse
**/.settings/**
# IntelliJ
.idea/
*.iml
*.iws
**/output-html/**