From 0568c4a5316a6eca44acf18cc8d92aae1cbf6a21 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 22 Jun 2020 11:54:26 +0000 Subject: Make sure that files like _FOSSIL_ or .flsckout are never committed to a GIT repository --- .gitattributes | 1 + .gitignore | 3 +++ library/reg/pkgIndex.tcl | 0 3 files changed, 4 insertions(+) mode change 100755 => 100644 library/reg/pkgIndex.tcl diff --git a/.gitattributes b/.gitattributes index e9a67c8..31b3f10 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,5 +35,6 @@ *.lib binary *.pdf binary *.png binary +*.sln binary *.xlsx binary *.zip binary diff --git a/.gitignore b/.gitignore index 62a7a5a..acaff0f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ */config.cache */config.log */config.status +*/config.status.lineno */tclConfig.sh */tclsh* */tcltest* @@ -21,6 +22,8 @@ */version.vc */libtcl.vfs */libtcl_*.zip +.fslckout +_FOSSIL_ html libtommath/bn.ilg libtommath/bn.ind diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl old mode 100755 new mode 100644 -- cgit v0.12