You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
656 B
33 lines
656 B
8 years ago
|
From eb21328b2ecb59cb3215ef349e7de73d328eac2c Mon Sep 17 00:00:00 2001
|
||
|
From: Alec Leamas <leamas.alec@gmail.com>
|
||
|
Date: Sun, 30 Oct 2016 03:53:22 +0100
|
||
|
Subject: [PATCH 09/10] .gitignore: doc/ fixes
|
||
|
|
||
|
---
|
||
|
.gitignore | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/.gitignore b/.gitignore
|
||
|
index 16bc688..40bed98 100644
|
||
|
--- a/.gitignore
|
||
|
+++ b/.gitignore
|
||
|
@@ -37,6 +37,7 @@ kernel-drivers.yaml
|
||
|
doc/api-docs
|
||
|
doc/man-html
|
||
|
doc/man/*.[1-9]
|
||
|
+doc/man
|
||
|
doc/html
|
||
|
doc/NEWS*
|
||
|
doc/lirc.hwdb
|
||
|
@@ -44,6 +45,7 @@ doc/table.html
|
||
|
doc/driver-toc.xsl
|
||
|
doc/docpage.xsl
|
||
|
doc/lirc.org/html
|
||
|
+doc/lirc.org/api-docs/
|
||
|
doc/ext-driver-toc.xsl
|
||
|
|
||
|
doxygen-warnings.txt
|
||
|
--
|
||
|
2.5.5
|
||
|
|