From 1602ebe333e6ca7a6ff7cda90c0a321f5b9b146c Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Sun, 25 Jul 2010 01:43:20 -0400 Subject: Clean up stetic file attributes. --- .gitattributes | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 0a9836fbe7..9c03cd8484 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,22 +26,12 @@ # Unfortunately MD creates with LF, so we need to convert these. *proj crlf -# Stetic's XML files are always generated using native line endings, so need to be converted. +# All Stetic's files are always generated as LF, so explicitly ignore those. # Sadly, git has useless path globs -gui.stetic crlf -*/*/gtk-gui/*objects.xml crlf -*/*/*/gtk-gui/*.objects.xml crlf -*/*/*/*/gtk-gui/*.objects.xml crlf -*/*/*/*/*/gtk-gui/*.objects.xml crlf -*/*/*/*/*/*/gtk-gui/*.objects.xml crlf -*/*/*/*/*/*/*/gtk-gui/*.objects.xml crlf -*/*/*/*/*/*/*/*/gtk-gui/*.objects.xml crlf - -# But Stetic's C# files are always generated as LF, so explicitly ignore those. -*/*/gtk-gui/*.cs -crlf -*/*/*/gtk-gui/*.cs -crlf -*/*/*/*/gtk-gui/*.cs -crlf -*/*/*/*/*/gtk-gui/*.cs -crlf -*/*/*/*/*/*/gtk-gui/*.cs -crlf -*/*/*/*/*/*/*/gtk-gui/*.cs -crlf -*/*/*/*/*/*/*/*/gtk-gui/*.cs -crlf +*/*/gtk-gui/* -crlf +*/*/*/gtk-gui/* -crlf +*/*/*/*/gtk-gui/* -crlf +*/*/*/*/*/gtk-gui/* -crlf +*/*/*/*/*/*/gtk-gui/* -crlf +*/*/*/*/*/*/*/gtk-gui/* -crlf +*/*/*/*/*/*/*/*/gtk-gui/* -crlf -- cgit v1.2.3