diff options
author | Tom Lane | 2009-09-19 18:50:18 +0000 |
---|---|---|
committer | Tom Lane | 2009-09-19 18:50:18 +0000 |
commit | 84df65c733152604a307672beb0966561f977948 (patch) | |
tree | 1f4cfab82c715a6401e79f28c3a80b6de782cced | |
parent | a81944a43bd6531e6655698b3fbc69aa8a6c2666 (diff) |
sql_help.c needs to be cvsignore'd.
-rw-r--r-- | src/bin/psql/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/.cvsignore b/src/bin/psql/.cvsignore index 770d87f588..d666d4cf4b 100644 --- a/src/bin/psql/.cvsignore +++ b/src/bin/psql/.cvsignore @@ -1,2 +1,3 @@ psqlscan.c sql_help.h +sql_help.c |