diff options
author | nijtmans <nijtmans> | 2010-05-03 13:21:38 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-03 13:21:38 (GMT) |
commit | 091c9fee62375b69529473b975e37dc279f0bc83 (patch) | |
tree | cc01d76ef1568d7d6b76c91f704e23220d437c8a | |
parent | 62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911 (diff) | |
download | tcl-091c9fee62375b69529473b975e37dc279f0bc83.zip tcl-091c9fee62375b69529473b975e37dc279f0bc83.tar.gz tcl-091c9fee62375b69529473b975e37dc279f0bc83.tar.bz2 |
Add pkg, *.dll to the ignore list
-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 |