diff options
author | Dan McGee <dan@archlinux.org> | 2009-01-02 22:49:51 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-01-02 22:49:51 -0600 |
commit | e49adbea4c67b2fd49910697229682e0a85fe9b2 (patch) | |
tree | 4858e3e29c393d0d18581b88aa6edc97b1632198 | |
parent | f8b689d48eb34cf81c22c854cd83595338d49d44 (diff) |
Add a .gitattributes file
This will make python diffs prettier.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fb151daf --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python |