forked from oVirt/ovirt-system-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (52 loc) · 842 Bytes
/
.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
*.pyc
.*.swp
.bash_history
coverage/
!ost_utils/coverage/
/deployment
/deployment-*
/exported-artifacts
/docs/_build
*.egg-info
*-venv
#IDE files
##########
.settings
.project
.factorypath
.externalToolBuilders
.pmd
*.ipr
*.iml
.idea
.pydevproject
.tox
.vscode
# Ansible files
###############
*.retry
failure_msg.txt
**/ovirt-deploy/library
# ost-images files
###############
ost-images/*.iso
ost-images/*.ks
ost-images/*.qcow2
ost-images/*.qcow2.tmp
ost-images/*.spec
ost-images/*.tar.gz
ost-images/*-pkglist*.txt
ost-images/*-provision-*.sh
ost-images/COPYING
ost-images/INSTALL
ost-images/Makefile
ost-images/Makefile.in
ost-images/aclocal.m4
ost-images/autom4te.cache/
ost-images/build-aux/*
!ost-images/build-aux/pkg-version
ost-images/config.log
ost-images/config.status
ost-images/configure
ost-images/install-sh
ost-images/missing