diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-19 17:50:36 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-19 17:50:36 +0000 |
commit | 8d5f122cbb55105de85394969ab5b44c9d888e69 (patch) | |
tree | 42863c74ca67a9b6557b892343ec6be3923b2ed5 /.gitignore | |
parent | 6cd2b264ad545f9d26a5821d4795cb9b00d9efdc (diff) | |
download | openembedded-core-8d5f122cbb55105de85394969ab5b44c9d888e69.tar.gz openembedded-core-8d5f122cbb55105de85394969ab5b44c9d888e69.tar.bz2 openembedded-core-8d5f122cbb55105de85394969ab5b44c9d888e69.zip |
.gitignore: Add handbook generated files to the ignore list
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2f74a40f8a..52b6171d8e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,20 @@ poky-autobuilder* *.orig *.rej *~ +handbook/poky-doc-tools/Makefile +handbook/poky-doc-tools/Makefile.in +handbook/poky-doc-tools/aclocal.m4 +handbook/poky-doc-tools/autom4te.cache/ +handbook/poky-doc-tools/common/Makefile +handbook/poky-doc-tools/common/Makefile.in +handbook/poky-doc-tools/common/fop-config.xml +handbook/poky-doc-tools/config.log +handbook/poky-doc-tools/config.status +handbook/poky-doc-tools/configure +handbook/poky-doc-tools/install-sh +handbook/poky-doc-tools/missing +handbook/poky-doc-tools/poky-docbook-to-pdf +handbook/poky-handbook.html +handbook/poky-handbook.pdf +handbook/poky-handbook.tgz + |