summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-02-07 18:26:05 +0800
committersakumisu <[email protected]>2022-02-07 18:26:05 +0800
commit4ef4a9be98a179ac6f1aa55c681f8d01cf2120a9 (patch)
treefa4925ccb338ea2a396a6d137ec77d9f02a8d1ab
parent18685898436023ca83a7e45b4f74709e35faa7f9 (diff)
add gitattributes
-rw-r--r--.gitattributes47
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..74d8c6b2
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,47 @@
+*.c linguist-language=C
+*.C linguist-language=C
+*.h linguist-language=C
+*.H linguist-language=C
+
+* text=auto
+
+*.S text
+*.asm text
+*.c text
+*.cc text
+*.cpp text
+*.cxx text
+*.h text
+*.htm text
+*.html text
+*.in text
+*.ld text
+*.m4 text
+*.mak text
+*.mk text
+*.py text
+*.rb text
+*.s text
+*.sct text
+*.sh text
+*.txt text
+*.xml text
+SConscript text
+Makefile text
+AUTHORS text
+COPYING text
+
+*.LZO -text
+*.Opt -text
+*.Uv2 -text
+*.ewp -text
+*.eww -text
+*.vcproj -text
+*.bat -text
+*.dos -text
+*.icf -text
+*.inf -text
+*.ini -text
+*.sct -text
+*.xsd -text
+Jamfile -text \ No newline at end of file