[igt-dev] [PATCH i-g-t] gitignore: ignore patches diretory
Lucas De Marchi
lucas.demarchi at intel.com
Fri Oct 5 00:04:41 UTC 2018
A "patches" directory is usually used by tools like quilt/qf, to
maintain wip patches on top. Play nice with those tools by ignoring
the directory.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 5d85a2dd..3f1e25a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,3 +95,4 @@ igt-gpu-tools-*/
piglit
results
build
+patches
--
2.19.0
More information about the igt-dev
mailing list