forked from beaker-project/beaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (40 loc) · 822 Bytes
/
.gitignore
File metadata and controls
42 lines (40 loc) · 822 Bytes
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
.idea/
*.pyc
*.swp
*.tmp
dist
rpm-build
*.egg-info
*.bz2
Harness/build
Server/assets-cache/
Server/build
Server/build.out
Server/devdata.sqlite
Common/build
Client/build
Client/build.out
LabController/build
IntegrationTests/build
documentation/_build
documentation/man/bkr-*.rst
documentation/man/subcommands.rst
*.diff
selenium.log
/Tasks/distribution/beaker/dogfood/selenium-server-standalone-*.jar
/rpmbuild-output/
/IntegrationTests/test-consoles/
/IntegrationTests/test-harnessdir/
/IntegrationTests/test-logs/
/IntegrationTests/test-tftpboot/
/IntegrationTests/test-repos/
/IntegrationTests/test-rpms/
/IntegrationTests/test-server-joblogs/
venv/
# By explicity not ignoring these, search tools such as ripgrep (rg) will search them.
!.github/
!.gitattributes
!.gitignore
!.gitmodules
!.packit.yaml
!.stickler.yml