diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | lib/.gitattributes | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e84adeec3..429f8cde0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ configure.ac eol=lf *.m4 eol=lf *.in eol=lf *.am eol=lf +*.sh eol=lf diff --git a/lib/.gitattributes b/lib/.gitattributes new file mode 100644 index 000000000..563eba7fd --- /dev/null +++ b/lib/.gitattributes @@ -0,0 +1 @@ +objnames.inc eol=lf |