From b121f7d42c260ae3a050c3f440d1c11f7cff7d1a Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 4 Oct 2018 17:03:01 -0700 Subject: gitignore: ignore patches directory 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 Reviewed-by: Petri Latvala --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3