git: Fix .puppet path

This commit is contained in:
Eric Lippmann 2014-12-10 16:03:47 +01:00
parent 4e8595f0c5
commit 9b6c90bf98
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -2,4 +2,4 @@
.git* export-ignore
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
.vagrant-puppet/* eol=lf
.puppet* eol=lf

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
# Except those related to git and vagrant
!.git*
!.vagrant-puppet*
!.puppet*
# Exclude application log files
var/log/*