[med-svn] [libroadrunner] 05/08: Re-add .gitattributes to get identical upstream source files

Andreas Tille tille at debian.org
Wed Feb 1 12:39:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libroadrunner.

commit 09b460cf3d9cb3af2a61730863cb460b8bb39f55
Author: Andreas Tille <tille at debian.org>
Date:   Wed Feb 1 13:25:00 2017 +0100

    Re-add .gitattributes to get identical upstream source files
---
 .gitattributes | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a2da77f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,43 @@
+# Set the deifault behavior, in case people don't have core.autocrlf set.
+*        text=auto
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+
+# C/C++
+*.c      text
+*.cpp    text
+*.cxx    text
+*.cc     text
+*.h      text
+*.hpp    text
+
+# Python
+*.py     text
+
+# Object Pascal
+*.pas    text
+
+# Markdown
+*.md     text
+
+# CMake
+*.cmake  text
+
+# Data
+*.xml    text
+*.dat    text
+
+# Misc Windows files
+*.def    text
+*.txt    text
+*.bat    text
+
+# Doxygen
+*.doxy   text
+
+# Installer scripts (Inno?)
+*.iss    text
+
+# RoadRunner custom
+*.rrtest text

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libroadrunner.git



More information about the debian-med-commit mailing list