diff mbox

[iproute2] gitignore: Ignore 'doc' files generated at runtime

Message ID 1414318736-2575-1-git-send-email-vadim4j@gmail.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Vadym Kochan Oct. 26, 2014, 10:18 a.m. UTC
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 mbox

Patch

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