diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2011-09-02 10:07:42 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2011-09-15 01:13:50 +0200 |
| commit | a9daa9bc166b1d6f7c8af78d406761c942ab47e4 (patch) | |
| tree | 5686f589b2a659193b6b83407f947cd23a82c217 | |
| parent | f1558d9bcac169681491afff4518cdbbc6e86fb3 (diff) | |
| download | libgit2-a9daa9bc166b1d6f7c8af78d406761c942ab47e4.tar.gz | |
Mark the resources in the test folder as binary to prevent unexpected line-feed conversion
| -rw-r--r-- | tests/resources/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/resources/.gitattributes b/tests/resources/.gitattributes new file mode 100644 index 000000000..556f8c827 --- /dev/null +++ b/tests/resources/.gitattributes @@ -0,0 +1 @@ +* binary |
