Stop fighting .gitignore
The settings in the .gitignore file were preventing my commit from actually working. Boo. Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
This commit is contained in:
parent
be0b3c3e4b
commit
77fca2933e
2 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,5 +1,5 @@
|
|||
*~
|
||||
*.rpm
|
||||
*.tar.gz
|
||||
*.tar.gz.ac
|
||||
/.build*.log
|
||||
/puppet-*/
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
210725704692a0ca7b8ffc312471796e puppet-2.7.18.tar.gz
|
||||
c4507a83679df9f6c8409d97cc6ef757 puppet-3.0.2.tar.gz
|
||||
ca2521e8af245f25cb54f5a167b0a183 puppet-3.0.2.tar.gz.asc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue