diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-09-23 22:00:26 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-09-23 22:08:29 -0400 |
commit | 1c5e3be07c5429c8a5e6351e92d922fb5114e69f (patch) | |
tree | 726b07828f4f7a676b14b86d0b64a3260efa7a03 | |
parent | f356b3b69c4ef2838f379aaf1eb4ef4f00344904 (diff) | |
download | postgresql-1c5e3be07c5429c8a5e6351e92d922fb5114e69f.tar.gz postgresql-1c5e3be07c5429c8a5e6351e92d922fb5114e69f.zip |
Add contrib/xml2/pgxml.sql to .gitignore
Kevin Grittner
-rw-r--r-- | contrib/xml2/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/xml2/.gitignore b/contrib/xml2/.gitignore index 19b6c5ba425..5ef9dbf4d4b 100644 --- a/contrib/xml2/.gitignore +++ b/contrib/xml2/.gitignore @@ -1,2 +1,3 @@ +/pgxml.sql # Generated subdirectories /results/ |