summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorLucy Phipps <landfillbaby@outlook.com>2019-01-24 15:32:19 +0000
committerBrad King <brad.king@kitware.com>2019-01-25 09:04:35 -0500
commit880e38059939f3259b42f4ed3cd9c6142d73437f (patch)
treecd79ec179d696a76faf0d30a650240a8f0c665b1 /.gitattributes
parenta7f5cd45e135dd51d67176fc40e2d769ac5f7db8 (diff)
downloadcmake-880e38059939f3259b42f4ed3cd9c6142d73437f.tar.gz
CPack: Replace corrupted background png with original
The `Modules/CPack.background.png.in` file was originally added by commit f2c0dbd164 (ENH: More work on the packaging. Add Applicaitons, add icons, etc, 2007-02-13, v2.6.0~2217). Then it was removed accidentally by commit 5308afa3f7 (ENH: remove unused file, 2009-03-03, v2.8.0~963) and restored by commit f9dd6a38c5 (ENH: add file back bug use cmake image, 2009-03-04, v2.8.0~958) but with corruption. Restore the original image file and add a Git attribute to prevent newline conversion as we do for other `.png` files.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d6fd5d6c92..24fd9c2014 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -21,6 +21,7 @@ configure eol=lf
*.pfx -text
*.png -text
+*.png.in -text
*.c our-c-style
*.cc our-c-style