X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=.gitignore;h=7ea1215cff555fcaf98ceccdec39f0deb6919ddf;hp=9989133adaa0ba046347be9283ab895e5c0c05b6;hb=a5e623b3cd749ab86627b733c7c2c99c58588e90;hpb=694b418272e9d7670ac69d477ed731bb7445b65a diff --git a/.gitignore b/.gitignore index 9989133ada..7ea1215cff 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,5 @@ report.html *.pyc *~ .idea +*.raw.json +*.info.json \ No newline at end of file