Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

documentation: ignore byproducts from latex

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

Signed-off-by: Henrik Austad <henrik@austad.us>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Henrik Austad and committed by
Linus Torvalds
70eed8d0 880fe76e

+4
+4
Documentation/DocBook/.gitignore
··· 4 4 *.html 5 5 *.9.gz 6 6 *.9 7 + *.aux 8 + *.dvi 9 + *.log 10 + *.out