summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-03 13:21:38 (GMT)
committernijtmans <nijtmans>2010-05-03 13:21:38 (GMT)
commit091c9fee62375b69529473b975e37dc279f0bc83 (patch)
treecc01d76ef1568d7d6b76c91f704e23220d437c8a
parent62e51a9476fa3eb2f231c8c98bdaaa6ee57ee911 (diff)
downloadtcl-091c9fee62375b69529473b975e37dc279f0bc83.zip
tcl-091c9fee62375b69529473b975e37dc279f0bc83.tar.gz
tcl-091c9fee62375b69529473b975e37dc279f0bc83.tar.bz2
Add pkg, *.dll to the ignore list
-rw-r--r--ChangeLog1
-rw-r--r--unix/.cvsignore2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ba948..2d7be2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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