A .cvsignore tweak

Since "cvs update" was complaining about a bunch of generated files
in the Library/src dir, I tweaked it to ignore the *.la files and
the .libs dir.

..wayne..

---8<------8<------8<------8<---cut here--->8------>8------>8------>8---
Index: .cvsignore
@@ -1 +1 @@
-HT*.h WWW*.h SGML.h wwwsys.h *.lo .deps Makefile.in Makefile
+HT*.h WWW*.h SGML.h wwwsys.h *.lo *.la .libs .deps Makefile.in Makefile
---8<------8<------8<------8<---cut here--->8------>8------>8------>8---

Received on Wednesday, 9 August 2000 16:18:30 UTC