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

github.com/ValveSoftware/openvr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Ludwig <joe@valvesoftware.com>2015-04-30 05:57:55 +0300
committerJoe Ludwig <joe@valvesoftware.com>2015-04-30 05:57:55 +0300
commitf87667074cabc24f643170069d176dadb390dbb7 (patch)
tree67355090186410765f4f041a96ea7d39ac97bb60 /.gitattributes
Initial commit
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..52929e9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,42 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+*.bat text
+*.txt text
+*.c text
+*.h text
+*.H text
+*.cc text
+*.cpp text
+*.awk text
+*.pl text
+*.py text
+*.xcconfig text
+*.vcd text
+*.vbsp text
+*.proto text
+*.inc text
+*.fxc text
+*.vsh text
+*.lst text
+*.mm text
+*.cfg text
+*.res text
+*.rc text
+*.def text
+*.vmt text
+*.inl text
+*.asm text
+
+.gitignore text
+README text
+CONTRIBUTING text
+LICENSE text
+
+# Declare files that will always have LF line endings on checkout.
+*.sh eol=lf
+
+# Denote all files that are truly binary and should not be modified.
+*.exe binary