[RESEND PATCH] Ignore byproducts from latex

From: Henrik Austad
Date: Wed Jan 21 2009 - 06:22:43 EST


When using 'make pdfdocs', auto-generated files should be ignored

Signed-off-by: Henrik Austad <henrik@xxxxxxxxx>
---
Documentation/DocBook/.gitignore | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Documentation/DocBook/.gitignore
b/Documentation/DocBook/.gitignore
index c102c02..c6def35 100644
--- a/Documentation/DocBook/.gitignore
+++ b/Documentation/DocBook/.gitignore
@@ -4,3 +4,7 @@
*.html
*.9.gz
*.9
+*.aux
+*.dvi
+*.log
+*.out
--
1.6.1



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/