mirror of
https://github.com/postgres/postgres.git
synced 2026-03-28 05:13:33 -04:00
Add .cvsignore file so cvs doesn't complain if you have lex/yacc
output files laying about.
This commit is contained in:
parent
f8263c52b0
commit
b01a272755
2 changed files with 6 additions and 0 deletions
3
src/backend/parser/.cvsignore
Normal file
3
src/backend/parser/.cvsignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
parse.h
|
||||
gram.c
|
||||
scan.c
|
||||
3
src/interfaces/ecpg/preproc/.cvsignore
Normal file
3
src/interfaces/ecpg/preproc/.cvsignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
preproc.c
|
||||
preproc.h
|
||||
pgc.c
|
||||
Loading…
Reference in a new issue