diff --git a/.gitattributes b/.gitattributes index 1ff0c42..51e5eef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### +*.sh -text +makefile -text * text=auto ###############################################################################