From eb6668ee866c7d7a6ef08a6f7e31f29c15d21b0a Mon Sep 17 00:00:00 2001 From: Luis Felipe Strano Moraes Date: Tue, 18 Oct 2022 19:16:14 -0700 Subject: [PATCH] anv: adding parsetab.py to the .gitignore for grl This file is autogenerated by python's ply package and is used during compilation to cache tables built by it for quicker parsing. Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/vulkan/grl/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/intel/vulkan/grl/.gitignore diff --git a/src/intel/vulkan/grl/.gitignore b/src/intel/vulkan/grl/.gitignore new file mode 100644 index 0000000..e2850ca --- /dev/null +++ b/src/intel/vulkan/grl/.gitignore @@ -0,0 +1 @@ +parsetab.py -- 2.7.4