forked from uyuni-project/uyuni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
105 lines (97 loc) · 2.16 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
101
102
103
*.swp
*.swo
*.bak
*.pyc
*.pyo
*.src.rpm
*.git.*.rpm
*.Ds_Store
java/build
java/buildconf/ivy/repository/
java/lib
java/*.log
java/*.log.*
java/bin/*
java/buildconf/builder/config/local
java/buildconf/manager-developer-build.properties
java/buildconf/test/rhn.conf
java/buildconf/tempjars/*
java/.checkstyle
java/.classpath
java/.externalToolBuilders
java/.pmd
java/.project
java/.settings/*
java/conf/eclipse/bin
java/conf/eclipse/.project
java/rhnwebapp
java/velocity.log*
java/*.jar
java/*.txt
java/*.out
java/test-results
java/**/*.iml
javabuild/checkstyle.cache.src
thrift/gen-*
search-server/spacewalk-search/.classpath
search-server/spacewalk-search/.project
search-server/spacewalk-search/.checkstyle
search-server/spacewalk-search/.settings
search-server/spacewalk-search/build
search-server/spacewalk-search/lib
search-server/spacewalk-search/dist
search-server/spacewalk-search/rhn-search.pid
search-server/spacewalk-search/rhn_search_daemon.log
search-server/spacewalk-search/buildconf/repository/
*~
*#*#*
.obs-to-maven-cache
.project
.pydevproject
.zanata-cache
web/html/css
web/html/img
web/html/pub
web/html/templates
web/html/bootstrap/
web/rpm-build
web/rhn-web-*.tar.gz
sqlnet.log
*.tar.gz
*.tar.xz
*.zip
backend/satellite_tools/spacewalk-repo-syncc
node_modules
node-modules.tar.gz
yarn-error.log
# This should never be used since we use Yarn, but avoid anyone accidentally committing it
package-lock.json
rel-eng/custom/__pycache__
# Intellij IDEA
.idea/
*.iml
java/out
out/
java/buildconf/checkstyle.cache.src
reports/
*.mypy*
# VS Code
java/.vscode
# Python
venv/
# Schema
schema/spacewalk/common/data/rhnVersionInfo.sql
schema/spacewalk/postgres/data/common/
schema/spacewalk/postgres/main.sql
schema/spacewalk/postgres/tables/common/
schema/spacewalk/postgres/views/common/
schema/spacewalk/upgrade/*/*.postgresql
schema/reportdb/postgres/docs/tables/*.sql
schema/reportdb/postgres/docs/views/*.sql
schema/reportdb/upgrade/*/*.postgresql
schema/reportdb/common/data/VersionInfo.sql
schema/reportdb/postgres/data/common/
schema/reportdb/postgres/documentation.sql
schema/reportdb/postgres/main.sql
schema/reportdb/postgres/tables/common/
schema/reportdb/postgres/views/common/