microsoft/gctoolkit

Public

mirrored from https://github.com/microsoft/gctoolkitAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
gctoolkit-3.0.5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.gitignore

45lines · modecode

1gclogs/preunified
2gclogs/rolling
3gclogs/shenandoah
4gclogs/streaming
5gclogs/unified
6gclogs/zgc
7
8unifiedrules.txt
9gctoolkit-testdata-*.zip
10
11# Maven
12target/
13pom.xml.tag
14pom.xml.releaseBackup
15pom.xml.versionsBackup
16pom.xml.next
17release.properties
18dependency-reduced-pom.xml
19buildNumber.properties
20.mvn/timing.properties
21.mvn/maven.config
22# https://github.com/takari/maven-wrapper#usage-without-binary-jar
23.mvn/wrapper/maven-wrapper.jar
24
25# JetBrains IDEs
26.idea/
27**/*.iml
28**/*.ipr
29**/*.iws
30out/
31
32# Mac OS
33**/.DS_Store
34
35# vi
36**/*.swp
37
38# jenv version
39.java-version
40
41# VSCode / Eclipse IDE
42**/*.classpath
43**/*.project
44**/*.settings/
45.vscode/
46