aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 19:32:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 19:32:28 +0300
commit68719b18980f788cab7e80ac3d87518a2dde5849 (patch)
treed8d223b436208a1943df521c616d18610c3f884b
parentAppVeyor: build.ps1 code style (diff)
downloadaes-tools-68719b18980f788cab7e80ac3d87518a2dde5849.tar.gz
aes-tools-68719b18980f788cab7e80ac3d87518a2dde5849.zip
add root .gitattributes
-rw-r--r--.gitattributes1
-rw-r--r--test/.gitattributes2
-rw-r--r--test/file/.gitattributes2
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..176a458
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto
diff --git a/test/.gitattributes b/test/.gitattributes
index 282705f..69b47b5 100644
--- a/test/.gitattributes
+++ b/test/.gitattributes
@@ -1,3 +1 @@
-* text=auto
-
*.bat text eol=crlf
diff --git a/test/file/.gitattributes b/test/file/.gitattributes
new file mode 100644
index 0000000..d1e183e
--- /dev/null
+++ b/test/file/.gitattributes
@@ -0,0 +1,2 @@
+*.plain binary
+*.cipher binary