[PATCH 3/3] .gitignore: Add file
From: Alejandro Colomar <hidden>
Date: 2021-03-20 23:14:18
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-03-20 23:14:18
Subsystem:
the rest · Maintainer:
Linus Torvalds
Ignore:
.html: directory for building html pages.
.patches: directory for storing patches before sending
Signed-off-by: Alejandro Colomar <redacted>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..593d39213
--- /dev/null
+++ b/.gitignore@@ -0,0 +1,2 @@ +.html +.patches
--
2.31.0