aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-15 10:40:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-15 10:40:59 -0700
commit51728ce36fa2628fe2e5edd626ddc4d9d7c17833 (patch)
treee4280aa24c9b673b4e822a5e60162745f7e0d07f /.gitattributes
parent45b763630720b046c344e46534170cebb472936d (diff)
downloadpandoc-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--.gitattributes1
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