diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-02 13:00:55 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-02 13:00:55 +0000 |
commit | c7d49878972ec4666d7287f7f8781bfdf2a65dd4 (patch) | |
tree | 3969e8d5f3698832849b7116b6a3393a757ccbbf | |
parent | c32d83528189be988275c9ccbd3bbb2e48ee4362 (diff) |
mesa/main: update .gitignore
Drop the no longer present get_es{1,2}.c from the list.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r-- | src/mesa/main/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index e65472d631f..8256ad7923e 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -1,13 +1,11 @@ api_exec.c dispatch.h enums.c -get_es1.c -get_es2.c git_sha1.h git_sha1.h.tmp remap_helper.h get_hash.h get_hash.h.tmp -format_info.c +format_info.h format_pack.c format_unpack.c |