summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--unix/.cvsignore2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46427af..0e3b5f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-16 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/.cvsignore Ignore .a and .so
+
2010-03-12 Jan Nijtmans <nijtmans@users.sf.net>
* win/rules.vc Fix [Tcl Bug 2967340]: Static build failure
diff --git a/unix/.cvsignore b/unix/.cvsignore
index 7be191b..511cd8c 100644
--- a/unix/.cvsignore
+++ b/unix/.cvsignore
@@ -8,3 +8,5 @@ wish
tktest
tk.pc
tkConfig.sh
+*.so
+*.a