diff options
author | Graham Campbell <graham@mineuk.com> | 2014-11-15 18:38:44 +0000 |
---|---|---|
committer | Graham Campbell <graham@mineuk.com> | 2014-11-15 18:38:44 +0000 |
commit | d052c232f45a836cbf038cf4dff8eb4e1b4657d3 (patch) | |
tree | 0350475088307ca0c69f58cabaa785fd4cbd8feb | |
parent | 9e944d8815165750b6ff59c6f92d7609e84bb43b (diff) | |
download | password_compat-d052c232f45a836cbf038cf4dff8eb4e1b4657d3.zip password_compat-d052c232f45a836cbf038cf4dff8eb4e1b4657d3.tar.gz password_compat-d052c232f45a836cbf038cf4dff8eb4e1b4657d3.tar.bz2 |
Added .gitattributes
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f80340e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +/test export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore |