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