diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-10-10 14:57:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-10-10 14:57:27 (GMT) |
commit | 7c1caf25df8aaf0f8633aa4e5a07316458ed4be4 (patch) | |
tree | abe793470b03721401b2a3110241ef0f48808c68 /.fossil-settings | |
parent | 4ce106ffc19a2587b1243027592ccfe1c9a62887 (diff) | |
download | tk-7c1caf25df8aaf0f8633aa4e5a07316458ed4be4.zip tk-7c1caf25df8aaf0f8633aa4e5a07316458ed4be4.tar.gz tk-7c1caf25df8aaf0f8633aa4e5a07316458ed4be4.tar.bz2 |
Sync nmakehlp.exe with Tcl version. And add VC entries to ignore-glob (taken over from reform-vc branch)
Diffstat (limited to '.fossil-settings')
-rw-r--r-- | .fossil-settings/ignore-glob | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index e404f52..ba419e1 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -6,6 +6,7 @@ *.lib *.o *.obj +*.pdb *.res *.sl *.so @@ -18,4 +19,8 @@ */tktest* */versions.vc doc/man.macros +win/Debug* +win/Release* +win/nmhlp-out.txt unix/tk.pc +html/* |