forked from thbe/puppet-bareos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
111 lines (94 loc) · 1.67 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
104
105
106
107
108
109
110
111
# Puppet
/pkg
/.rspec_system
/.bundle
/vendor
/Gemfile.lock
/junit
/log
/spec/fixtures/modules/*
.yardoc
coverage
TODO
# Node.js with Express and Stlyus
public/css/*.css
public/css/main/*.css
public/css/admin/*.css
/.monitor
# Eclipse
/.project
/.settings
/.buildpath
# Sublime
*.sublime-project
*.sublime-workspace
# Windows
Thumbs.db
# Ignore this in Clock Harness projects because it is created by the build system.
/Config/vhost.conf
# Vim
.*.sw[a-z]
*.un~i
tags
# OsX
.DS_Store
Icon?
._*
.Spotlight-V100
.Trashes
# nodejs npm modules
/node_modules
# node-cluster
/pids
*.sock
# ZSH Cake plugin cache
/.cake_task_cache
# Vagrant
.vagrant/
centos6/local/puppet/
!centos6/local/puppet/.gitkeep
centos6/local/repository/
!centos6/local/repository/.gitkeep
centos6/local/storage/
!centos6/local/storage/.gitkeep
centos6/local/tmp/
!centos6/local/tmp/.gitkeep
centos7/local/puppet/
!centos7/local/puppet/.gitkeep
centos7/local/repository/
!centos7/local/repository/.gitkeep
centos7/local/storage/
!centos7/local/storage/.gitkeep
centos7/local/tmp/
!centos7/local/tmp/.gitkeep
sl6/local/puppet/
!sl6/local/puppet/.gitkeep
sl6/local/repository/
!sl6/local/repository/.gitkeep
sl6/local/storage/
!sl6/local/storage/.gitkeep
sl6/local/tmp/
!sl6/local/tmp/.gitkeep
ubuntu-14.04/local/puppet/
!ubuntu-14.04/local/puppet/.gitkeep
ubuntu-14.04/local/repository/
!ubuntu-14.04/local/repository/.gitkeep
ubuntu-14.04/local/storage/
!ubuntu-14.04/local/storage/.gitkeep
ubuntu-14.04/local/tmp/
!ubuntu-14.04/local/tmp/.gitkeep
# Packer
*.box
packer_cache
# Kodi
cache/
kodi-content.html
videodb.xml
# rpmbuild
BUILD/
BUILDROOT/
RPMS/noarch/*.rpm
RPMS/x86_64/*.rpm
SRPMS/*.src.rpm
SOURCES/*.tar.gz
tmp/