diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-24 12:24:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-24 12:24:28 (GMT) |
commit | ea3e48843d5f42ebaa1c962a705cc4b1ac8a6c80 (patch) | |
tree | ae463a47129e79a4ff7a8c79f76f3fb098c34f03 /.gitignore | |
parent | 710aa4171628c7e68eca08e87cb8f7cc6e733349 (diff) | |
download | tcl-ea3e48843d5f42ebaa1c962a705cc4b1ac8a6c80.zip tcl-ea3e48843d5f42ebaa1c962a705cc4b1ac8a6c80.tar.gz tcl-ea3e48843d5f42ebaa1c962a705cc4b1ac8a6c80.tar.bz2 |
Add "manifest.uuid" to the distribution, so we can see exactly where "make dist" came from. In case of "git", we can see that too
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,4 +1,5 @@ *.a +*.bundle *.dll *.dylib *.exe @@ -10,11 +11,16 @@ *.res *.sl *.so -*/Makefile -*/config.cache -*/config.log -*/config.status -*/config.status.lineno +.fslckout +Makefile +Tcl-Info.plist +config.cache +config.log +config.status +config.status.lineno +html +manifest.uuid +_FOSSIL_ */tclConfig.sh */tclsh* */tcltest* @@ -22,9 +28,6 @@ */version.vc */libtcl.vfs */libtcl_*.zip -.fslckout -_FOSSIL_ -html libtommath/bn.ilg libtommath/bn.ind libtommath/pretty.build |