Joey Armstrong | a527814 | 2023-06-28 16:56:54 -0400 | [diff] [blame] | 1 | # -*- makefile -*- |
| 2 | |
Zack Williams | ec53a1b | 2019-09-16 15:50:52 -0700 | [diff] [blame] | 3 | # python virtualenv |
| 4 | vst_venv |
Joey Armstrong | 4f21875 | 2024-07-29 16:04:36 -0400 | [diff] [blame] | 5 | .venv/ |
Joey Armstrong | fd0d200 | 2023-08-02 19:52:01 -0400 | [diff] [blame] | 6 | |
| 7 | bin/ |
Zack Williams | ec53a1b | 2019-09-16 15:50:52 -0700 | [diff] [blame] | 8 | |
| 9 | # robot framework output |
hwchiu | 1128912 | 2019-11-27 16:20:15 +0000 | [diff] [blame] | 10 | *.html |
| 11 | *.xml |
David Bainbridge | 152bf5a | 2019-10-07 18:38:32 +0000 | [diff] [blame] | 12 | *.pyc |
David Bainbridge | f81cd64 | 2019-11-20 00:14:47 +0000 | [diff] [blame] | 13 | *.swp |
Matteo Scandolo | c347124 | 2020-05-04 16:10:04 +0000 | [diff] [blame] | 14 | |
| 15 | # IDEs |
Matteo Scandolo | 142e627 | 2020-04-29 17:36:59 -0700 | [diff] [blame] | 16 | .idea |
Matteo Scandolo | 3022859 | 2020-05-08 15:25:56 -0700 | [diff] [blame] | 17 | |
| 18 | # other outputs |
| 19 | tests/scale/plots |
Joey Armstrong | a527814 | 2023-06-28 16:56:54 -0400 | [diff] [blame] | 20 | |
| 21 | bin/kail |
| 22 | |
| 23 | # Junk in the trunk: *.log |
| 24 | # ------------------------ |
| 25 | tests/dmi-interface/kafka_robot_*.log |
| 26 | tests/pm-data/kafka_robot_*.log |
| 27 | tests/openonu-go-adapter/kafka_robot_*.log |
| 28 | |
| 29 | # [EOF] |