forked from kieker-monitoring/kieker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (44 loc) · 1.01 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
# 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)
**/.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-analysis/build
/kieker-common/build
/kieker-monitoring/build
/kieker-tools/build
/kieker-examples/userguide/ch2--bookstore-application/build
/kieker-examples/userguide/ch2--bookstore-application/.gradle
/kieker-examples/build
/kieker-tools/*.log
/kieker-tools/activemq-data
/kieker-examples/userguide/build
/kieker-analysis/*.log
/kieker-checkstyle-extension/build
/kieker-checkstyle-extension/bin
/docs
/javadoc
.gradle
/src-gen
/test-gen
# IntelliJ
.idea/
*.iml
*.iws