]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
add .gitattributes file to mark binaries
authorDaniel Lenski <dlenski@gmail.com>
Wed, 24 Feb 2021 02:41:03 +0000 (18:41 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Wed, 24 Feb 2021 19:20:53 +0000 (11:20 -0800)
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..0dbd0b6
--- /dev/null
@@ -0,0 +1,10 @@
+# images and icons
+*.ico -text
+*.png -text
+
+# certificates and keys under tests/
+*.p12 -text
+*.der -text
+
+# SoftHSM objects
+*.object -text