frostfs-testcases/.gitignore

8 lines
145 B
Plaintext
Raw Normal View History

2020-04-30 13:14:32 +00:00
# ignore test result files under any path
**/log.html
**/output.xml
**/report.html
# ignore pycache under any path
**/__pycache__
2021-03-29 10:18:24 +00:00
TemporaryDir/*