diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..7f3c596 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,3 @@ +XXMakefile +config.h +config.param diff --git a/ChangeLog b/ChangeLog index 3a20f53..7d79104 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-21 Fumitoshi UKAI + + * XMakefile (clean): rm tagtable.c + * .cvsignore: XXMakefile config.h config.param + 2001-11-20 Hironori Sakamoto * XMakefile.dist deflate.c: removed, not used diff --git a/XMakefile b/XMakefile index 0affd49..79c4ba6 100644 --- a/XMakefile +++ b/XMakefile @@ -104,7 +104,7 @@ uninstall: clean: sweep rm -f *.o *.a $(TARGETS) mktable$(EXT) - rm -f funcname.c funcname1.h funcname2.h + rm -f funcname.c funcname1.h funcname2.h tagtable.c sweep: -rm -f core *~ *.bak *.orig *.rej