diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-12-26 22:35:36 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-12-26 22:35:36 -0500 |
commit | 5ad6e521535c7528fd83cfc95cf6d326754aafa8 (patch) | |
tree | b3f679d96046ee56fa46d499aa9f851cb37c787a /.gitattributes | |
parent | d5de7960a330953b3a7d7684122997c0d8aedcf1 (diff) |
Fix Makefiles to allow CPP to work on piped input from preproc for data asm files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7c8d2699d..a7233fe6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,7 @@ Makefile text eol=lf *.inc text eol=lf *.sha1 text eol=lf *.sed text eol=lf +*.sh text eol=lf *.png binary *.bin binary |