From: Tom Lane Date: Sun, 21 Mar 1999 02:43:58 +0000 (+0000) Subject: Add .cvsignore file so cvs doesn't complain if you have lex/yacc X-Git-Tag: REL6_5~479 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b01a272755f3a66a033db6da92c4d0fcb44cdb40;p=postgresql Add .cvsignore file so cvs doesn't complain if you have lex/yacc output files laying about. --- diff --git a/src/backend/parser/.cvsignore b/src/backend/parser/.cvsignore new file mode 100644 index 0000000000..84c828f3bf --- /dev/null +++ b/src/backend/parser/.cvsignore @@ -0,0 +1,3 @@ +parse.h +gram.c +scan.c diff --git a/src/interfaces/ecpg/preproc/.cvsignore b/src/interfaces/ecpg/preproc/.cvsignore new file mode 100644 index 0000000000..ae37387ece --- /dev/null +++ b/src/interfaces/ecpg/preproc/.cvsignore @@ -0,0 +1,3 @@ +preproc.c +preproc.h +pgc.c