diff options
author | Jakob Bornecrantz <[email protected]> | 2008-09-19 12:43:02 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-09-19 12:43:47 +0200 |
commit | 866a2c3ccb6b62966ce1da796498a62e276570d1 (patch) | |
tree | 404bf6e2a90a9af7d5ad2dd04dfff2dcd7ade4dc | |
parent | a9004cc79cd9287305f36254194e2477ce871765 (diff) |
mesa: Update ignores a bit
-rw-r--r-- | progs/fp/.gitignore | 1 | ||||
-rw-r--r-- | progs/vpglsl/.gitignore | 1 | ||||
-rw-r--r-- | src/glu/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/progs/fp/.gitignore b/progs/fp/.gitignore index b265f1fed76..aa51f76c9bd 100644 --- a/progs/fp/.gitignore +++ b/progs/fp/.gitignore @@ -40,3 +40,4 @@ tri-swz tri-swz2 tri-tex tri-xpd +fp-tri diff --git a/progs/vpglsl/.gitignore b/progs/vpglsl/.gitignore new file mode 100644 index 00000000000..a5ff9935254 --- /dev/null +++ b/progs/vpglsl/.gitignore @@ -0,0 +1 @@ +vp-tris diff --git a/src/glu/.gitignore b/src/glu/.gitignore new file mode 100644 index 00000000000..279ea7d4345 --- /dev/null +++ b/src/glu/.gitignore @@ -0,0 +1 @@ +exptmp |