aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-01-14 15:02:31 +0100
committerPeter Mikus <pmikus@cisco.com>2022-01-17 11:57:02 +0000
commit5feb31a42f13c2e34df4b76a0b722b3fa7c439e0 (patch)
tree7e36ddec7d8bf7b1b19d344cf2fa22c51c8a872f /.gitignore
parentcd1f9904e173ecb34836b33cb551ab9b9d378e18 (diff)
fix(uti): Fixing broken code part V
- UTI export breaks local execution - disabling useless tox rules Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I2f610b08f06f437e4482f291fa7b47cbb7b92984
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a693a1be03..7ea1215cff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -25,3 +25,5 @@ report.html
*.pyc
*~
.idea
+*.raw.json
+*.info.json \ No newline at end of file