61 lines
808 B
Plaintext
61 lines
808 B
Plaintext
# Maven #
|
|
#########
|
|
target
|
|
/target
|
|
**/dependency-reduced-pom.xml
|
|
|
|
# Gradle #
|
|
#########
|
|
!**/gradle/wrapper/*
|
|
.gradle
|
|
**/build/
|
|
examples/**/build/
|
|
|
|
# Eclipse #
|
|
###########
|
|
*.launch
|
|
.settings
|
|
.project
|
|
.classpath
|
|
# Eclipse is odd in assuming in can use bin to put temp files into it
|
|
# This assumes we do not have sub-projects that actually need bin files committed
|
|
*/bin/
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Intellij Idea #
|
|
#################
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
out/
|
|
|
|
# Visual Studio Code #
|
|
######################
|
|
.vscode
|
|
|
|
# Others #
|
|
##########
|
|
/logs/*
|
|
/bin
|
|
/out
|
|
/workspace
|
|
java-agent/benchmark-integration/perf-test-settings.rc
|
|
derby.log
|
|
.java-version
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
!java-agent/benchmark/releases/*.jar
|
|
|