diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-09-22 12:57:14 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-09-22 12:57:14 +0200 |
commit | 1f2378b1ead74b081b95e6351451004bcae1942c (patch) | |
tree | bf2a5bf72a626bf035f0846eb67c0fcf2e5377a9 /doc/src | |
parent | 6dbcf1763ebdd3c32363622b6d8fad3dd7453f33 (diff) | |
download | postgresql-1f2378b1ead74b081b95e6351451004bcae1942c.tar.gz postgresql-1f2378b1ead74b081b95e6351451004bcae1942c.zip |
Convert cvsignore to gitignore, and add .gitignore for build targets.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/.gitignore b/doc/src/sgml/.gitignore new file mode 100644 index 00000000000..0930205befd --- /dev/null +++ b/doc/src/sgml/.gitignore @@ -0,0 +1,10 @@ +/html +/html-stamp +/man1 +/man3 +/man7 +/man-stamp + +/features-supported.sgml +/features-unsupported.sgml +/version.sgml |