From: Marten Richter Date: Mon, 5 Nov 2012 07:06:43 +0000 (+0100) Subject: Add gitignore file X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=70e24b578dc67e2a58ab8feed13362c218d5a8e9;p=vompclient-marten.git Add gitignore file --- 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