forked from TrueCloudLab/frostfs-testcases
1c2fd5cead
Signed-off-by: EliChin <elizaveta@nspcc.ru>
11 lines
No EOL
186 B
Text
11 lines
No EOL
186 B
Text
# ignore test result files under any path
|
|
**/log.html
|
|
**/output.xml
|
|
**/report.html
|
|
**/dockerlogs*.tar.gz
|
|
|
|
# ignore pycache under any path
|
|
**/__pycache__
|
|
TemporaryDir/*
|
|
artifacts/*
|
|
docs/* |