aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spongycastle/.gitattributes')
-rw-r--r--libraries/spongycastle/.gitattributes14
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/spongycastle/.gitattributes b/libraries/spongycastle/.gitattributes
new file mode 100644
index 000000000..9992aa9fd
--- /dev/null
+++ b/libraries/spongycastle/.gitattributes
@@ -0,0 +1,14 @@
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files we want to always be normalized and converted
+# to native line endings on checkout.
+*.gradle text diff=groovy
+*.html text diff=html
+*.java text diff=java
+*.pem text
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary
+*.data binary