From dbc35d2b71a9fb0c31626d4ee33b7e29e9f805a3 Mon Sep 17 00:00:00 2001
From: Oleg Semyonov <os@openpilot.org>
Date: Tue, 30 Apr 2013 22:15:58 +0200
Subject: [PATCH] Update flight/.gitattributes to include *.template files

---
 flight/.gitattributes | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/flight/.gitattributes b/flight/.gitattributes
index e85fe7958..d4d1fb4f6 100644
--- a/flight/.gitattributes
+++ b/flight/.gitattributes
@@ -15,3 +15,6 @@
 Makefile	text eol=lf
 Makefile.*	text eol=lf
 *.mk		text eol=lf
+
+*.h.template	text eol=lf
+*.c.template	text eol=lf