From 70e24b578dc67e2a58ab8feed13362c218d5a8e9 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Mon, 5 Nov 2012 08:06:43 +0100 Subject: [PATCH] Add gitignore file --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e8bb0ee --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +* text=auto + +*.cc text +*.c text +*.h text + +*.jpg binary +*.pcf binary +*.bdf binary +*.ttf binary -- 2.39.2