All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] gitignore: Ignore 'doc' files generated at runtime
@ 2014-10-26 10:18 Vadim Kochan
  0 siblings, 0 replies; only message in thread
From: Vadim Kochan @ 2014-10-26 10:18 UTC (permalink / raw)
  To: netdev; +Cc: Vadim Kochan

The list is based on doc/Makefile 'clean' target

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5d1e189..98d83c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,12 @@ series
 # tests
 testsuite/results
 testsuite/iproute2/iproute2-this
+
+# doc files generated at runtime
+doc/*.aux
+doc/*.log
+doc/*.toc
+doc/*.ps
+doc/*.dvi
+doc/*.html
+doc/*.pdf
-- 
2.1.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-26 10:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26 10:18 [PATCH iproute2] gitignore: Ignore 'doc' files generated at runtime Vadim Kochan

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.