[sr-dev] git:master:6ca88a4d: git: add .gitattributes file to normalize line endings for new added text files

Henning Westerholt hw at skalatan.de
Mon Sep 9 21:31:01 CEST 2019


Module: kamailio
Branch: master
Commit: 6ca88a4df74c095dac919efae6f74190fc44999b
URL: https://github.com/kamailio/kamailio/commit/6ca88a4df74c095dac919efae6f74190fc44999b

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-09-09T21:29:18+02:00

git: add .gitattributes file to normalize line endings for new added text files

---

Added: .gitattributes

---

Diff:  https://github.com/kamailio/kamailio/commit/6ca88a4df74c095dac919efae6f74190fc44999b.diff
Patch: https://github.com/kamailio/kamailio/commit/6ca88a4df74c095dac919efae6f74190fc44999b.patch

---

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..4b13bce0f9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,31 @@
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+#
+# scripts
+*.sh text
+*.py text
+*.pl text
+# source code
+*.c text
+*.h text
+*.cpp
+# documentation
+*.xml text
+*.xsl text
+*.xslt text
+README text
+Changelog text
+*.md text
+# build and packaging
+Makefile* text
+*.init text
+*.service text
+*.spec text
+*.sysconfig text
+*.default text
+*.tmpfiles text
+*.lintian-overrides text
+*.in text
+changelog text
+control text
+copyright text




More information about the sr-dev mailing list