From 25f4cabd368a03d99da994459c88931e2207a89a Mon Sep 17 00:00:00 2001 From: "mmoss@chromium.org" Date: Wed, 19 Feb 2014 19:09:34 +0000 Subject: Stub to prevent VS2013 from creating unwanted .gitattributes. BUG=342064 R=darin@chromium.org, scottmg@chromium.org Review URL: https://codereview.chromium.org/172643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252039 0039d316-1c4b-4281-b951-d872f2087c98 --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..21a13a6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +## This page intentionally left blank. ## +# +# Workaround for VS2013 automatically creating .gitattributes files with +# default settings that we don't want. +# See also: +# http://connect.microsoft.com/VisualStudio/feedback/details/804948/inappropriately-creates-gitattributes-file +# http://crbug.com/342064 -- cgit v1.1