summaryrefslogtreecommitdiff
path: root/libc/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to 'libc/.gitattributes')
-rw-r--r--libc/.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/.gitattributes b/libc/.gitattributes
new file mode 100644
index 0000000..0c473d7
--- /dev/null
+++ b/libc/.gitattributes
@@ -0,0 +1,7 @@
+* text eol=lf
+*.s text
+*.S text
+*.txt text
+Makefile text
+*.c text
+*.h text