diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | unix/.cvsignore | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,7 @@ * tools/fix_tommath_h.tcl * libtommath/tommath.h Formatting (# should always be first char on line) * win/tclAppInit.c For MINGW/CYGWIN, use GetCommandLineA explicitely + * unix/.cvsignore Add pkg, *.dll 2010-04-30 Don Porter <dgp@users.sourceforge.net> diff --git a/unix/.cvsignore b/unix/.cvsignore index 9e40900..07d97c0 100644 --- a/unix/.cvsignore +++ b/unix/.cvsignore @@ -17,3 +17,5 @@ test1 test2 confdefs.h *.so +pkg +*.dll |