Make sure line-endings for Puppet manifests are LFs only.

fixes #6181
This commit is contained in:
Gunnar Beutner 2014-05-10 09:10:58 +02:00
parent b9e138a359
commit 87054c8121
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,7 +1,8 @@
# Exclude all hidden files
.*
# But not .gitignore, .vagrant-puppet, .htaccess and .gitkeep
# But not .gitignore, .gitattributes, .vagrant-puppet, .htaccess and .gitkeep
!.gitignore
!.gitattributes
!.vagrant-puppet
!public/.htaccess
!public/.htaccess.in

1
.vagrant-puppet/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* -crlf