forked from candlepin/candlepin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (69 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
76 lines (69 loc) · 1.07 KB
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
*~
*.#*
*#*
*.bak
*.gz
*.jar
*.log*
*.out
*.pyc
*.pyo
*.rpm
*.swo
*.swp
**/.classpath
**/*.iml
**/*.iws
**/*.ipr
.ideaDataSources
.idea
!.idea/codeStyleSettings.xml
!.idea/copyright
.vscode
dataSources/
# The checkstyle configuration is in project_root/config/checkstyle
**/.checkstyle
**/.DS_Store
**/.externalToolBuilders
**/.project
**/.pydevproject
**/.syntastic_javac_config
**/.zanata-cache
**/tags
**/.tags*
**/.settings
**/build/
**/out/
**/custom.yaml
**/renderer.chain
**/generated_certs/
**/gen_products/
**/lib/
**/product_certs/
**/reports/
**/target/
**/target-eclipse/
**/spec-tests/bin/
**/bin/artemis/selinux/build
**/bin/main/
**/bin/test/
**/bin/__init__.py
ansible/roles/*
!ansible/roles/candlepin
buildconf/builder/config/local
client.crt
client.key
conf/eclipse/bin
conf/eclipse/.project
buildconf/scripts/import_products_ipa.json
buildconf/scripts/import_products.json
# rvm / other ruby version managers
.rvmrc
.ruby-version
.ruby-gemset
.bundle
# Vagrant
.vagrant/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
.gradle