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:32 -0400 |
commit | d75acf56a37f4e048b7ede061abfcb95f0af4825 (patch) | |
tree | 8a649fb59a70c4893d75db7a5f0457992c9642a9 | |
parent | 1ea2c83807f703157a503b21187594fea28b5087 (diff) |
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/ |