[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1414318736-2575-1-git-send-email-vadim4j@gmail.com>
Date: Sun, 26 Oct 2014 12:18:56 +0200
From: Vadim Kochan <vadim4j@...il.com>
To: netdev@...r.kernel.org
Cc: Vadim Kochan <vadim4j@...il.com>
Subject: [PATCH iproute2] gitignore: Ignore 'doc' files generated at runtime
The list is based on doc/Makefile 'clean' target
Signed-off-by: Vadim Kochan <vadim4j@...il.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists