2023-12-28 11:44:58 +01:00
|
|
|
#Maven
|
|
|
|
target/
|
|
|
|
pom.xml.tag
|
|
|
|
pom.xml.releaseBackup
|
|
|
|
pom.xml.versionsBackup
|
|
|
|
release.properties
|
|
|
|
|
|
|
|
# Eclipse
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.settings/
|
2024-07-23 13:23:26 +02:00
|
|
|
./bin/
|
2023-12-28 11:44:58 +01:00
|
|
|
|
|
|
|
# IntelliJ
|
|
|
|
.idea
|
|
|
|
*.ipr
|
|
|
|
*.iml
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
# NetBeans
|
|
|
|
nb-configuration.xml
|
2024-01-10 23:09:21 +01:00
|
|
|
nbactions.xml
|
2023-12-28 11:44:58 +01:00
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.vscode
|
|
|
|
.factorypath
|
|
|
|
|
|
|
|
# OSX
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Vim
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
# patch
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
|
|
|
|
# Local environment
|
|
|
|
.env
|
|
|
|
|
|
|
|
#JReleaser
|
|
|
|
out/
|
|
|
|
|
2024-01-04 17:46:11 +01:00
|
|
|
# 1BRC
|
2024-01-04 13:08:32 +01:00
|
|
|
/measurements*.txt
|
2024-01-04 21:12:20 +01:00
|
|
|
/*.out
|
2024-01-04 17:46:11 +01:00
|
|
|
out_expected.txt
|
2024-01-23 20:49:28 +01:00
|
|
|
/*-timing.json
|