From 6f68bf627e6569970a903d16249e07fb44a5ae8c Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 19 Dec 2019 22:23:56 +0100 Subject: [PATCH] Mod: some comments in gitattributes --- src/Mod/.gitattributes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/Mod/.gitattributes b/src/Mod/.gitattributes index a6253c8d5c..08cc2b44ce 100644 --- a/src/Mod/.gitattributes +++ b/src/Mod/.gitattributes @@ -12,9 +12,16 @@ JtReader export-ignore # get all used file types + # in a directory in a bash use # find . -type f -name '*.*' | sed 's|.*\.||' | sort -u +# in Mod directory for normalized modules +# find AddonManager Arch Complete Draft Idf Fem Material OpenSCAD Show Tux -type f -name '*.*' | sed 's|.*\.||' | sort -u + +# search for a specific file ending in normalized folders +# find AddonManager Arch Complete Draft Idf Fem Material OpenSCAD Show Tux -type f -name '*.emn' + # normalize the line endings of the following files @@ -45,6 +52,20 @@ JtReader export-ignore *.vtk text *.z88 text +# files which are human readable +# but for which it is not sure if normalize is ok +# emn +# emp +# igs +# stp +# svg + +# binary files +# FCMat +# FCStd +# ods +# qm + # line endings of the modules commented will be normalized