Added gitignore, deleted lock file

This commit is contained in:
Eric Renfro 2016-07-18 22:12:17 -04:00
parent 6bf232802a
commit 229113628d
2 changed files with 20 additions and 14 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
pkg/
# Berkshelf
.vagrant
/cookbooks
Berksfile.lock
# Bundler
Gemfile.lock
bin/*
.bundle/*
.kitchen/
.kitchen.local.yml

View File

@ -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)