summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-04-09 12:32:13 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-04-26 11:38:29 +0200
commitf4d01e231ac609889b18d9073bc314455b875c79 (patch)
tree4c7dc105dfbf0be77a5cdf4db5c773a690095665 /.gitattributes
parent85ec0410ca1eb10e0d592027e990f7e569cd4d3f (diff)
downloadmupdf-f4d01e231ac609889b18d9073bc314455b875c79.tar.xz
Clean up and simplify makefiles.
* Use autogenerated header file dependencies. * Use mkdir to create target output directory directly.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index ee6c99f4..c297def4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,11 +1,13 @@
# Macros:
[attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4
[attr]spaces whitespace=trailing-space,space-before-tab,tabs-in-indent
+[attr]makefile whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=8
# Source files:
* text=auto
-Make* tabs
-*.mk tabs
+Make* makefile
+*.mk makefile
+*.make makefile
*.[chm] tabs
*.java tabs
*.xml tabs