diff options
author | Robert Haas | 2010-09-24 02:00:26 +0000 |
---|---|---|
committer | Robert Haas | 2010-09-24 02:08:30 +0000 |
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 19b6c5ba42..5ef9dbf4d4 100644 --- a/contrib/xml2/.gitignore +++ b/contrib/xml2/.gitignore @@ -1,2 +1,3 @@ +/pgxml.sql # Generated subdirectories /results/ |