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:25 -0400 | 
| commit | 7ffb4d6c53041515c49db20f1f67cfb68e366a57 (patch) | |
| tree | a04adc083953de5e4e2465cb5cb9b08ac5d83d93 | |
| parent | c825a15700907d6a155511d82bcf8fe0f2f7dc0b (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/  | 
