Added gitignore, deleted lock file
This commit is contained in:
parent
6bf232802a
commit
229113628d
2 changed files with 20 additions and 14 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
*~
|
||||
*#
|
||||
.#*
|
||||
\#*#
|
||||
.*.sw[a-z]
|
||||
*.un~
|
||||
pkg/
|
||||
|
||||
# Berkshelf
|
||||
.vagrant
|
||||
/cookbooks
|
||||
Berksfile.lock
|
||||
|
||||
# Bundler
|
||||
Gemfile.lock
|
||||
bin/*
|
||||
.bundle/*
|
||||
|
||||
.kitchen/
|
||||
.kitchen.local.yml
|
|
@ -1,14 +0,0 @@
|
|||
DEPENDENCIES
|
||||
yum (~> 3.10.0)
|
||||
yum-epel (~> 0.6.6)
|
||||
yum-nux
|
||||
path: .
|
||||
metadata: true
|
||||
|
||||
GRAPH
|
||||
yum (3.10.0)
|
||||
yum-epel (0.6.6)
|
||||
yum (~> 3.10.0)
|
||||
yum-nux (0.1.0)
|
||||
yum (>= 3.2.0)
|
||||
yum-epel (>= 0.0.0)
|
Loading…
Reference in a new issue