From fa892ecc0466b606b5ef4bfcd3c570aab273cabb Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 28 Aug 2013 11:37:08 -0700 Subject: [PATCH] Add .cherry-ignore file Somebody forgot -x with git-cherry-pick... Signed-off-by: Ian Romanick --- bin/.cherry-ignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/.cherry-ignore diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore new file mode 100644 index 00000000000..3d7a22c20cd --- /dev/null +++ b/bin/.cherry-ignore @@ -0,0 +1,2 @@ +# Already cherry picked without -x +d8ac987f6ab228df1a478b36c3d889992754374f glsl: Disallow uniform block layout qualifiers on non-uniform block vars.