From 69ca627c9932289c970135e2ab4ca05b646eef22 Mon Sep 17 00:00:00 2001 From: lewardo Date: Mon, 14 Aug 2023 13:52:21 +0100 Subject: [PATCH] .gitattributes sane defaults --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eb661f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +* text=auto + +*.cmake text +*.cpp text +*.csv text +*.gitignore text +*.hpp text +*.in text +*.json text +*.md text +*.sc text +*.scd text +*.schelp text +*.txt text +*.yaml text +*.yml text + +*.png binary