projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a8f0f
)
glsl: Ignore glsl_compiler and glsl_parser.output files.
author
Carl Worth
<cworth@cworth.org>
Wed, 28 Jul 2010 19:30:07 +0000
(12:30 -0700)
committer
Carl Worth
<cworth@cworth.org>
Wed, 28 Jul 2010 20:48:32 +0000
(13:48 -0700)
These are generated files where we can do the sane thing, and keep
them out of version control.
src/glsl/.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/src/glsl/.gitignore
b/src/glsl/.gitignore
new file mode 100644
(file)
index 0000000..
4c21231
--- /dev/null
+++ b/
src/glsl/.gitignore
@@ -0,0
+1,2
@@
+glsl_compiler
+glsl_parser.output