diff options
author | Nikias Bassen | 2022-02-10 01:26:01 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-02-10 01:26:01 +0100 |
commit | c035c6bcea282fb31c08eddae73b16fb8e5543f0 (patch) | |
tree | 4c38959e5508668568a39bc533ce7c521239cf49 /.gitattributes | |
parent | d6026ca0e878ede5c1bd2be7c74fc0827e83824e (diff) | |
download | libplist-c035c6bcea282fb31c08eddae73b16fb8e5543f0.tar.gz libplist-c035c6bcea282fb31c08eddae73b16fb8e5543f0.tar.bz2 |
[github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto |