diff options
author | Johan Dahlin <zilch@src.gnome.org> | 2004-04-01 14:18:32 +0000 |
---|---|---|
committer | Johan Dahlin <zilch@src.gnome.org> | 2004-04-01 14:18:32 +0000 |
commit | acfb1b9dd3f00a4231c57a356959e0071f057ded (patch) | |
tree | ef92ce7b22540e570d7fbf875a617076abb1c30f | |
parent | 985d04c750750f67548e2093d7aec38d91ece5dd (diff) | |
download | libxslt-acfb1b9dd3f00a4231c57a356959e0071f057ded.tar.gz libxslt-acfb1b9dd3f00a4231c57a356959e0071f057ded.tar.bz2 libxslt-acfb1b9dd3f00a4231c57a356959e0071f057ded.zip |
Add generated files, to make cvs silent.
* python/.cvsignore: Add generated files, to make cvs silent.
* .cvsignore: Add missing libexslt.pc and stamp-h1
-rw-r--r-- | .cvsignore | 2 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | python/.cvsignore | 8 |
3 files changed, 15 insertions, 1 deletions
@@ -18,3 +18,5 @@ stamp-h stamp-h.in xslt-config xsltConf.sh +stamp-h1 +libexslt.pc @@ -1,3 +1,9 @@ +2004-04-01 Johan Dahlin <johan@gnome.org> + + * python/.cvsignore: Add generated files, to make cvs silent. + + * .cvsignore: Add missing libexslt.pc and stamp-h1 + Tue Mar 23 13:13:56 CET 2004 Daniel Veillard <daniel@veillard.com> * configure.in: prepare release of 1.1.5, made a hard dependancy diff --git a/python/.cvsignore b/python/.cvsignore index c038ed78..774d5c3b 100644 --- a/python/.cvsignore +++ b/python/.cvsignore @@ -1,2 +1,8 @@ Makefile -Makefile.in
\ No newline at end of file +Makefile.in +gen_prog +libxslt-export.c +libxslt-py.c +libxslt-py.h +libxslt.py +libxsltclass.py |