diff options
author | Brian Harring <ferringb@gmail.com> | 2010-12-26 19:14:55 -0800 |
---|---|---|
committer | Brian Harring <ferringb@gmail.com> | 2010-12-26 19:14:55 -0800 |
commit | 81a27451e7295fce4f15356777c68ffe41eddcf8 (patch) | |
tree | 60bd80bb043e68befb935ec9e039186d35c050da /.gitattributes | |
parent | optimization for py2k; bypass the encoding/text/bytes crap, and skip conversi... (diff) | |
download | snakeoil-81a27451e7295fce4f15356777c68ffe41eddcf8.tar.gz snakeoil-81a27451e7295fce4f15356777c68ffe41eddcf8.tar.bz2 snakeoil-81a27451e7295fce4f15356777c68ffe41eddcf8.zip |
add gitignore/attributes for this project
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..077510ef --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* whitespace=-blank-at-eof |