diff options
author | Connor Abbott <cwabbott0@gmail.com> | 2015-01-22 23:32:13 -0500 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2015-01-23 10:20:46 -0800 |
commit | 68a9d0b36f49d95a0f4f7008e0b0b337f496c063 (patch) | |
tree | 79b3a61be6556e52fff7a34e36089dcb38934348 | |
parent | f4b31d29d7669d5267f58fe24569978005896d20 (diff) |
nir: add generated file to .gitignore
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
-rw-r--r-- | src/glsl/nir/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/nir/.gitignore b/src/glsl/nir/.gitignore new file mode 100644 index 00000000000..6d954fefc8e --- /dev/null +++ b/src/glsl/nir/.gitignore @@ -0,0 +1 @@ +nir_opt_algebraic.c |