[U-Boot] [PATCH] .gitignore: ignore patch rejects (*.rej) files
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Tue Feb 5 09:45:11 UTC 2019
As my last merge (and the successive follow-up patch) shows, *.rej
files are not covered by our .gitignore. To protect against future
accidental addition of *.rej artifacts, this adds a pattern for these
to our .gitignore.
Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
Series-Cc: michal.simek at xilinx.com
Series-Cc: vigneshr at ti.com
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8d18d6f..1ef876a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,6 @@ GTAGS
*.orig
*~
\#*#
+
+# patch rejects
+*.rej
\ No newline at end of file
--
2.1.4
More information about the U-Boot
mailing list