diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-09-22 12:57:17 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-09-22 12:57:17 +0200 |
commit | 3fb50a72887754e92f5ae53e56581dac783f8cff (patch) | |
tree | 0d1698f0fff90fcd2596a1c3987f7a49b2ccc39a /doc/src | |
parent | a17e0e1f2d6c75e239c78363ce7651777b7623b0 (diff) |
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 |