aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2017-02-12 17:00:41 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2017-02-12 17:00:41 +0200
commit54f78d73ec378fe1d62a696edeb2ddc5a59e2669 (patch)
tree1086653fea28e4835c381fef2e373a6eba213750 /.gitattributes
downloadmqtt-54f78d73ec378fe1d62a696edeb2ddc5a59e2669.tar.gz
mqtt-54f78d73ec378fe1d62a696edeb2ddc5a59e2669.zip
Initial commit
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
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