All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Tweak .gitignore
@ 2014-07-07 10:27 Andrew Cooper
  2014-07-10 15:22 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2014-07-07 10:27 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

* Remove ignores for removed docs.
* Introduce blanket ignores for the "output" directories, including txt/ which
  was previously missing.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
 .gitignore |   43 +++----------------------------------------
 1 file changed, 3 insertions(+), 40 deletions(-)

diff --git a/.gitignore b/.gitignore
index cf9264f..fefe13c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,48 +40,11 @@ config/Toplevel.mk
 
 build-*
 dist/*
-docs/autom4te.cache/
-docs/config.log
-docs/config.status
-docs/*.aux
-docs/*.dvi
-docs/*.log
-docs/*.pdf
-docs/*.ps
-docs/*.toc
-docs/api/*
-docs/figs/xenserver.eps
-docs/html/*
-docs/interface/WARNINGS
-docs/interface/images.pl
-docs/interface/images.tex
-docs/interface/img1.png
-docs/interface/index.html
-docs/interface/interface.css
-docs/interface/interface.html
-docs/interface/labels.pl
+docs/html/
 docs/man1/
 docs/man5/
-docs/pdf/*
-docs/ps/*
-docs/user/WARNINGS
-docs/user/images.pl
-docs/user/images.tex
-docs/user/img1.png
-docs/user/img2.png
-docs/user/img3.png
-docs/user/index.html
-docs/user/internals.pl
-docs/user/labels.pl
-docs/user/user.css
-docs/user/user.html
-docs/xen-api/vm_lifecycle.eps
-docs/xen-api/xenapi-datamodel-graph.eps
-docs/xen-api/xenapi.out
-docs/xen-api/xenapi.dvi
-docs/xen-api/xenapi.pdf
-docs/xen-api/xenapi.ps
-docs/xen-api/xenapi.toc
+docs/pdf/
+docs/txt/
 extras/mini-os/include/mini-os
 extras/mini-os/include/x86/mini-os
 extras/mini-os/include/xen
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: Tweak .gitignore
  2014-07-07 10:27 [PATCH] docs: Tweak .gitignore Andrew Cooper
@ 2014-07-10 15:22 ` Ian Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2014-07-10 15:22 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Xen-devel


On Mon, 2014-07-07 at 11:27 +0100, Andrew Cooper wrote:
> * Remove ignores for removed docs.
> * Introduce blanket ignores for the "output" directories, including txt/ which
>   was previously missing.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked + Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-10 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-07 10:27 [PATCH] docs: Tweak .gitignore Andrew Cooper
2014-07-10 15:22 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.