From 6b3db108acf3ef25fa401bbe4dbe4c341fb30b05 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 10 Aug 2018 23:49:43 +0000 Subject: [PATCH] Remove file with Windows crlf line endings from .gitattributes. This is preliminary. These files will probably be added again after the real migration to Git. Needs more investigation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13017 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index dda174852..86b72ea30 100644 --- a/.gitattributes +++ b/.gitattributes @@ -36,9 +36,9 @@ misc/update_config_scripts eol=lf # files with Windows line endings (crlf) -*.rc eol=crlf +#*FIXME* *.rc eol=crlf -ide/AndroidStudio3/gradlew.rename_to_bat eol=crlf +#*FIXME* ide/AndroidStudio3/gradlew.rename_to_bat eol=crlf # binary files