diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 22:30:25 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 22:30:45 +0100 |
commit | 06ed3c90842f14c3f49ffd0fdb91a99df158c3f7 (patch) | |
tree | c00c73de06a34643f2d2188ebeed516992500a40 | |
parent | 90b71318d5d86a71b872a4bd03deec34a538ddbb (diff) |
Add .gitattributes for proper handling of .doc and .sdw files.
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..416fa8c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.doc binary +*.sdw binary |