diff options
author | Stuart Preston <stuart@chef.io> | 2018-03-07 22:05:57 -0800 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-03-07 22:05:57 -0800 |
commit | c0f1b675b3e488d117709112489461dfde9a4860 (patch) | |
tree | 4cc30781032095cf572ceb8fce06b6bce3e96834 /.gitattributes | |
parent | 1476ad5667bf57175d58b7ac8814a5a1eec976ae (diff) | |
download | chef-c0f1b675b3e488d117709112489461dfde9a4860.tar.gz |
Attempt to work around class not found issue
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index bb9914a8b6..3122278bd5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ distro/common/html/* merge=ignore distro/common/man/man1/* merge=ignore distro/common/man/man8/* merge=ignore lib/chef/version.rb merge=ignore +*.reg text eol=crlf
\ No newline at end of file |