summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorEthan Vrhel <ethanvrhel@gmail.com>2021-08-17 11:32:09 -0700
committerEthan Vrhel <ethanvrhel@gmail.com>2021-08-17 15:07:43 -0700
commit698ad8098d5aaafb65d52f14ea887aa4644b1348 (patch)
treec78ebcc5cf6ffb785a920aa3098340fdfe483c48 /.gitattributes
parentf5161bb1d84a62bd5e49debec5629caa9cebe4fd (diff)
downloadghostpdl-698ad8098d5aaafb65d52f14ea887aa4644b1348.tar.gz
Updated .gitattributes
Allowed .md file (Java .jar manifest files) to have blank lines at the end of the file; this was required by Java to be a valid manifest file.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index e237174f7..3e4baa0cb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -19,5 +19,4 @@ Make* makefile
*.c spaces
*.h spaces
-*.md text
-*.sh text \ No newline at end of file
+*.md text \ No newline at end of file