From f6927548419542ce1540b6c1419b1c854fd17c8c Mon Sep 17 00:00:00 2001 From: Avamander Date: Sat, 30 Jan 2021 18:52:14 +0200 Subject: Create .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2257cac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +# 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. +*.c text +*.cpp text +*.h text +*.hpp text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.bin binary +*.jpg binary +*.jpeg binary -- cgit v0.10.2