blob: d7e76d78918741017711c1412394687a7a5df100 [file] [log] [blame]
Joey Armstronga5278142023-06-28 16:56:54 -04001# -*- makefile -*-
2
Zack Williamsec53a1b2019-09-16 15:50:52 -07003# python virtualenv
4vst_venv
Joey Armstrongfd0d2002023-08-02 19:52:01 -04005.venv
6
7bin/
Zack Williamsec53a1b2019-09-16 15:50:52 -07008
9# robot framework output
hwchiu11289122019-11-27 16:20:15 +000010*.html
11*.xml
David Bainbridge152bf5a2019-10-07 18:38:32 +000012*.pyc
David Bainbridgef81cd642019-11-20 00:14:47 +000013*.swp
Matteo Scandoloc3471242020-05-04 16:10:04 +000014
15# IDEs
Matteo Scandolo142e6272020-04-29 17:36:59 -070016.idea
Matteo Scandolo30228592020-05-08 15:25:56 -070017
18# other outputs
19tests/scale/plots
Joey Armstronga5278142023-06-28 16:56:54 -040020
21bin/kail
22
23# Junk in the trunk: *.log
24# ------------------------
25tests/dmi-interface/kafka_robot_*.log
26tests/pm-data/kafka_robot_*.log
27tests/openonu-go-adapter/kafka_robot_*.log
28
29# [EOF]