diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-22 11:54:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-22 11:54:26 (GMT) |
commit | 0568c4a5316a6eca44acf18cc8d92aae1cbf6a21 (patch) | |
tree | 0b8d1b5a320a1b940998c8f7ef96d42e9b193da6 | |
parent | 9ee975c8c8e562243af687aedf8cba7797a56b54 (diff) | |
download | tcl-0568c4a5316a6eca44acf18cc8d92aae1cbf6a21.zip tcl-0568c4a5316a6eca44acf18cc8d92aae1cbf6a21.tar.gz tcl-0568c4a5316a6eca44acf18cc8d92aae1cbf6a21.tar.bz2 |
Make sure that files like _FOSSIL_ or .flsckout are never committed to a GIT repository
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | library/reg/pkgIndex.tcl | 0 |
3 files changed, 4 insertions, 0 deletions
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 @@ -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 index f2fb3b7..f2fb3b7 100755..100644 --- a/library/reg/pkgIndex.tcl +++ b/library/reg/pkgIndex.tcl |