diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-16 18:07:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 18:07:20 +0100 |
| commit | 3b35f42cc7191741d6669cbe63cb7b985990d321 (patch) | |
| tree | 269001b0b286574987fe5091eff3797601ce7b57 | |
| parent | 5a126081e09d84c4db7c87ce7f4f91acf4f91b6d (diff) | |
| parent | 3b216640948e38d3d8a475ffd653a5d71d8ac9a1 (diff) | |
Merge branch 'main' into feature/single-threaded-cpu-load-generation
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,10 +1,13 @@ -*.class -*.log target/ -project/target +project/target/ project/project/ .bloop/ .metals/ .bsp/ -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +*.class +*.log hs_err_pid* +.idea/ +*.iml +.vscode/ + |
