X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=.gitignore;h=5df788a0b7cba9eb926588b19a2d5ff8cddb59d6;hp=9989133adaa0ba046347be9283ab895e5c0c05b6;hb=36a4b3bd44f4da3740b69011dadc43e212864c11;hpb=694b418272e9d7670ac69d477ed731bb7445b65a diff --git a/.gitignore b/.gitignore index 9989133ada..5df788a0b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (c) 2019 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: @@ -11,11 +11,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -/env -/download_dir -/archive_dir -/dmm /.tox +/archive_dir +/download_dir +/env +# "generated" is a place for autogenerated data, not to pollute git. +/generated outputs output.xml log.html @@ -24,3 +25,6 @@ report.html *.pyc *~ .idea +.vscode +*.raw.json +*.info.json \ No newline at end of file