Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-07-25 09:43:20 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-07-25 09:43:20 +0400
commit1602ebe333e6ca7a6ff7cda90c0a321f5b9b146c (patch)
treef45c50e23213cf88b06971326cc714fc7fcb3aee /.gitattributes
parente02b0d2d1b60f0c1d66041d289b9fa49b3c71255 (diff)
Clean up stetic file attributes.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes26
1 files changed, 8 insertions, 18 deletions
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