diff options
author | Chad Versace <[email protected]> | 2015-05-27 16:59:53 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2015-05-27 16:59:53 -0700 |
commit | f559fe9134951b5e0fdcda50a3692a436b22b216 (patch) | |
tree | 031ab02948854e8bd7db36b7fc3e08aeff8afcd2 /.gitignore | |
parent | ca385dcf2a11297d7efe2d10208c42fb9ec7b2bf (diff) |
.gitignore: Scope Vulkan's generated source files
Don't ignore any file named entrypoints.{c,h}. Ignore it only if it's in
src/vulkan.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index e395fd18803..21aa35cd36d 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,3 @@ manifest.txt Makefile Makefile.in .install-mesa-links -entrypoints.c -entrypoints.h |