diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-30 19:51:36 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-30 19:51:36 +0200 |
commit | 1da1869715249bd6cf28c3cf7812cc9b3bf752f1 (patch) | |
tree | 774a8796f6f4a5bfa9031860ade1e9795113d50a /.gitattributes | |
parent | 2c1336488059dfc24c34dd11865c713fec252cbc (diff) | |
download | archweb-1da1869715249bd6cf28c3cf7812cc9b3bf752f1.tar.gz archweb-1da1869715249bd6cf28c3cf7812cc9b3bf752f1.tar.xz |
Add gitattributes file
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4f1046e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html diff=html +*.py diff=python |