forked from uyuni-project/uyuni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (60 loc) · 1.06 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
*.swp
*.swo
*.bak
*.pyc
*.pyo
*.src.rpm
*.git.*.rpm
*.Ds_Store
java/build
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
thrift/gen-*
search-server/spacewalk-search/.classpath
search-server/spacewalk-search/.project
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
*~
*#*#*
.idea
.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
backend/reports
backend/satellite_tools/spacewalk-repo-syncc
# Intellij IDEA
.idea/
*.iml
java/out