[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200901211216.15412.henrik@austad.us>
Date: Wed, 21 Jan 2009 12:16:15 +0100
From: Henrik Austad <henrik@...tad.us>
To: Randy Dunlap <rdunlap@...otime.net>
Cc: Linux Doc <linux-doc@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [RESEND PATCH] Ignore byproducts from latex
When using 'make pdfdocs', auto-generated files should be ignored
Signed-off-by: Henrik Austad <henrik@...tad.us>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists