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:30 -0400 |
commit | cf497cbdf2d037239018a42e2f7ee821e2bfe86b (patch) | |
tree | 34a50acb2267d155378e13f61e1cdfff46a1aba8 | |
parent | 511449d40fd48ba97556a03c272fd66b9c2c3f9c (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/ |