forked from SatelliteQE/robottelo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
100 lines (78 loc) · 1.7 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# See https://help.github.com/articles/ignoring-files/ for more about ignoring
# files. If you find yourself ignoring temporary files generated by your text
# editor or operating system, you probably want to add a global ignore instead.
# For example:
#
# git config --global core.excludesfile ~/.gitignore_global
# echo *.swp >> ~/.gitignore_global
#
# Ignore dynaconfs .env file
/.env
# Compiled python code.
*.pyc
# Distribution / packaging
/robottelo.egg-info
/build/
/dist/
.eggs/
.robottelo/
# Test results.
**/foreman-results.xml
**/robottelo*.log
logs/**
**/test-*.pstats
/.tox
/.coverage
/htmlcov/
/robottelo_collection.log
# broker local files
/broker_settings.yaml
/inventory.yaml
# manifester local files
/manifester_settings.yaml
/manifests/
# Files generated by Sphinx.
/docs/_build/
# `entities.svg` is generated by `make graph-entities`, and pstats files can be
# converted to SVG graphs.
/*.svg
# For Eclipse.
/.metadata/
/.project
/.pydevproject
/.settings/
# For Pycharm
/.idea
# For VS Code
/.vscode/
# For backup files.
*~
.pytest_cache/
tests/foreman/pytest.ini
# For pytest --bz-cache generated file
**/bz_cache.json
**/settings_cache-*.json
# For `coverage xml` generated file.
**/coverage.xml
# Dynaconf local files
/.secrets.yaml
/.secrets_*.yaml
/settings.local.yaml
/settings*.local.yaml
/conf/*.yaml
/conf/*.conf
!/conf/supportability.yaml
# I don't know where those 2 files come from
# but they are always there.
full_upgrade
upgrade_highlights
#Robottelo artifact
screenshots/
tmp/
# Virtual Environments
ven*/
# pytest-fixture-tools artifacts
artifacts/
# pyvcloud artifacts
# workaround till https://github.com/vmware/pyvcloud/pull/766 is merged and released
**vcd_sdk.log