summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-09-01 15:20:22 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-01 15:37:47 +0200
commitc5709d4eebb58e36e1ae1eb7b3d6de5e566a5850 (patch)
tree27dead29e715e60fa2bb16bbf8e133a9a036f7fa /.gitattributes
parenta9ba5c018ace3da6b8327e95f264a58e483ab4af (diff)
downloadserverdata-c5709d4eebb58e36e1ae1eb7b3d6de5e566a5850.tar.gz
serverdata-c5709d4eebb58e36e1ae1eb7b3d6de5e566a5850.tar.bz2
serverdata-c5709d4eebb58e36e1ae1eb7b3d6de5e566a5850.tar.xz
serverdata-c5709d4eebb58e36e1ae1eb7b3d6de5e566a5850.zip
adding .gitattributes
this is to tell git that *.wlk files are binaries and avoid git recognizing them as text files accidentally
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..c8c0c178
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.wlk binary