summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glslang/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/glslang/.gitattributes')
-rwxr-xr-x3rdparty/bgfx/3rdparty/glslang/.gitattributes17
1 files changed, 0 insertions, 17 deletions
diff --git a/3rdparty/bgfx/3rdparty/glslang/.gitattributes b/3rdparty/bgfx/3rdparty/glslang/.gitattributes
deleted file mode 100755
index 2929e835895..00000000000
--- a/3rdparty/bgfx/3rdparty/glslang/.gitattributes
+++ /dev/null
@@ -1,17 +0,0 @@
-# test files have a mix of lf/crlf, and that's a good thing, for testing, don't mess with it
-# bash scripts need lines ending with lf, and that's correct for Windows too, e.g., under Cygwin
-# (scripts often don't have a suffix)
-* -text
-*.sh text eof=lf
-
-# txt files should be native and normalized
-*.txt text
-
-# source code can be native and normalized, but simpler if lf everywhere; will try that way
-*.h text eol=lf
-*.c text eol=lf
-*.cpp text eol=lf
-*.y text eol=lf
-*.out text eol=lf
-*.conf text eol=lf
-*.err text eol=lf