From 54f78d73ec378fe1d62a696edeb2ddc5a59e2669 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Sun, 12 Feb 2017 17:00:41 +0200 Subject: Initial commit --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6369a58 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.c text +*.h text + +*.py text + +*.txt text -- cgit v1.2.3