summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-22 11:54:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-22 11:54:26 (GMT)
commit0568c4a5316a6eca44acf18cc8d92aae1cbf6a21 (patch)
tree0b8d1b5a320a1b940998c8f7ef96d42e9b193da6
parent9ee975c8c8e562243af687aedf8cba7797a56b54 (diff)
downloadtcl-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--.gitattributes1
-rw-r--r--.gitignore3
-rw-r--r--[-rwxr-xr-x]library/reg/pkgIndex.tcl0
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
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
index f2fb3b7..f2fb3b7 100755..100644
--- a/library/reg/pkgIndex.tcl
+++ b/library/reg/pkgIndex.tcl