mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
16 lines
191 B
Plaintext
16 lines
191 B
Plaintext
# ignore all logs
|
|
*.log
|
|
|
|
# ignore all mtr actual result files
|
|
*.reject
|
|
|
|
# ignore all swap files
|
|
*.swp
|
|
|
|
# ignore all bad/error test data files
|
|
*.bad
|
|
*.err
|
|
|
|
# ignore nohup output files
|
|
nohup.*
|