diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-30 12:51:36 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-30 12:51:36 -0500 |
commit | 1da1869715249bd6cf28c3cf7812cc9b3bf752f1 (patch) | |
tree | 774a8796f6f4a5bfa9031860ade1e9795113d50a | |
parent | 2c1336488059dfc24c34dd11865c713fec252cbc (diff) |
Add gitattributes file
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4f1046ea --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html diff=html +*.py diff=python |