22 lines
310 B
Plaintext
22 lines
310 B
Plaintext
# default results directory for the load generator:
|
|
results/
|
|
# datafusion-cli history:
|
|
**.history
|
|
# rust compiled binary target directory:
|
|
**/target
|
|
# other:
|
|
**/*.rs.bk
|
|
.idea/
|
|
.env
|
|
.gdb_history
|
|
*.tsm
|
|
**/.DS_Store
|
|
**/.vscode
|
|
heaptrack.*
|
|
massif.out.*
|
|
perf.data*
|
|
perf.svg
|
|
perf.txt
|
|
valgrind-out.txt
|
|
*.pending-snap
|