# HG changeset patch # User Jose Maria Celorio <chema@src.gnome.org> # Date 1041051308 0 # Sat Dec 28 04:55:08 2002 +0000 # Node ID c157e6135e53075a459882c4dfebbb637394f40a # Parent befed8f5879e75f49f0131e1e50286b5bb7cb996 add missing .cvsignore entries diff --git a/.cvsignore b/.cvsignore --- a/.cvsignore +++ b/.cvsignore @@ -1,6 +1,7 @@ Makefile Makefile.in aclocal.m4 +autom4te.cache config.cache config.guess config.h @@ -10,6 +11,7 @@ configure libtool libxslt.spec +libxslt.pc ltconfig ltmain.sh stamp-h diff --git a/breakpoint/.cvsignore b/breakpoint/.cvsignore new file mode 100644 --- /dev/null +++ b/breakpoint/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/python/.cvsignore b/python/.cvsignore new file mode 100644 --- /dev/null +++ b/python/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/python/tests/.cvsignore b/python/tests/.cvsignore new file mode 100644 --- /dev/null +++ b/python/tests/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/tests/exslt/.cvsignore b/tests/exslt/.cvsignore --- a/tests/exslt/.cvsignore +++ b/tests/exslt/.cvsignore @@ -1,2 +1,2 @@ -Makefile.in -Makefile \ No newline at end of file +Makefile +Makefile.in \ No newline at end of file diff --git a/tests/exslt/date/.cvsignore b/tests/exslt/date/.cvsignore new file mode 100644 --- /dev/null +++ b/tests/exslt/date/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/tests/keys/.cvsignore b/tests/keys/.cvsignore new file mode 100644 --- /dev/null +++ b/tests/keys/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file