[PATCH 10/10] mtd-www: ignore generated HTML files in git
Brian Norris
computersforpeace at gmail.com
Tue Jul 19 18:40:47 EDT 2011
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
.gitignore | 1 +
doc/.gitignore | 1 +
faq/.gitignore | 1 +
misc/.gitignore | 1 +
nand-data/.gitignore | 1 +
5 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
create mode 100644 doc/.gitignore
create mode 100644 faq/.gitignore
create mode 100644 misc/.gitignore
create mode 100644 nand-data/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9b61c8c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/*.html
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..9b61c8c
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1 @@
+/*.html
diff --git a/faq/.gitignore b/faq/.gitignore
new file mode 100644
index 0000000..9b61c8c
--- /dev/null
+++ b/faq/.gitignore
@@ -0,0 +1 @@
+/*.html
diff --git a/misc/.gitignore b/misc/.gitignore
new file mode 100644
index 0000000..9b61c8c
--- /dev/null
+++ b/misc/.gitignore
@@ -0,0 +1 @@
+/*.html
diff --git a/nand-data/.gitignore b/nand-data/.gitignore
new file mode 100644
index 0000000..9b61c8c
--- /dev/null
+++ b/nand-data/.gitignore
@@ -0,0 +1 @@
+/*.html
--
1.7.0.4
More information about the linux-mtd
mailing list