diff options
author | Connor Abbott <[email protected]> | 2015-04-17 12:50:30 -0400 |
---|---|---|
committer | Connor Abbott <[email protected]> | 2015-04-17 15:24:06 -0400 |
commit | 65f13352b901ba08c69d3e0a884f6029297f7fda (patch) | |
tree | a26b8c1370a0d44d954abd83ec1db880a783710e /src/mesa | |
parent | 1d6829813ef2b002fca488e6a8051e3090bf87bd (diff) |
mesa/main: add autogenerated format-info.c to gitignore
v2: move to right after format-info.h
Signed-off-by: Connor Abbott <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index 8256ad7923e..355b426e2e1 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -7,5 +7,6 @@ remap_helper.h get_hash.h get_hash.h.tmp format_info.h +format_info.c format_pack.c format_unpack.c |