From c1cb20971ea89e4602bb23ba66180d647880bbef Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 8 Jan 2010 17:20:47 -0800 Subject: Coexist with quilt: rename PATCHES --> PATCHES.txt The issues is on Win32, which ignores case in filesystem and thus doesn't tolerate the quilt "patches" directory. Rename, and add "patches" to .gitignore so that developers can choose to use quilt for local patch management. Signed-off-by: David Brownell --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5ec831ed..e37ee5a1 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,9 @@ stamp-vti INSTALL NOTES +# coexist with quilt +patches + # Eclipse stuff .project .cproject -- cgit v1.2.3