diff options
author | Lionel Landwerlin <[email protected]> | 2017-08-03 16:00:41 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-08-03 16:14:45 +0100 |
commit | 1006cd512d2f62f1d96f4b045e8ec9ff29bf003d (patch) | |
tree | 6a30c624c45da38fc99e948dd3d63c8b78441925 | |
parent | 33f7d71d5358337f08ce0bb94f5e915bda77748c (diff) |
anv: put anv_extensions.c in gitignore
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r-- | src/intel/vulkan/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/.gitignore b/src/intel/vulkan/.gitignore index 725a8584624..4ea978d6e41 100644 --- a/src/intel/vulkan/.gitignore +++ b/src/intel/vulkan/.gitignore @@ -1,4 +1,5 @@ # Generated source files +/anv_extensions.c /anv_entrypoints.c /anv_entrypoints.h /anv_timestamp.h |