Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Wiggers <thomwiggers@users.noreply.github.com>2015-10-28 00:53:20 +0300
committerThom Wiggers <thomwiggers@users.noreply.github.com>2015-10-28 00:53:20 +0300
commite9a2180d16bf8efef4795ccd25ef81f58f2f184f (patch)
tree40fc6b419d7bd9464ad65074ac99c80c2c435da8 /.gitattributes
parente9fcaea4bc64b30cf59ff115f0a37b8e5352327b (diff)
Add gitattributes file to mark bat file as CRLF
Gitattributes files can be used to mark files as crlf, which is useful for the `.bat` files in case people use eol=lf in their git config.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..5eee84cce
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
+* text=auto eol=lf
+
+# special files
+*.bat text eol=crlf
+*.jpeg binary
+*.jpg binary
+*.png binary