diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-15 10:40:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-15 10:40:59 -0700 |
commit | 51728ce36fa2628fe2e5edd626ddc4d9d7c17833 (patch) | |
tree | e4280aa24c9b673b4e822a5e60162745f7e0d07f /.gitattributes | |
parent | 45b763630720b046c344e46534170cebb472936d (diff) | |
download | pandoc-51728ce36fa2628fe2e5edd626ddc4d9d7c17833.tar.gz |
Added .gitattributes.
This ensures that the golden files in `test/fb2/reader/` don't
have newlines converted. This should fix a test failure on
GitHub CI with Windows.
Closes #5747.
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 000000000..a236965b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/fb2/reader/* -text |