projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e32bc
)
Add .gitignore file.
author
Carl Worth
<cworth@cworth.org>
Mon, 10 May 2010 20:32:42 +0000
(13:32 -0700)
committer
Carl Worth
<cworth@cworth.org>
Mon, 10 May 2010 20:32:42 +0000
(13:32 -0700)
To ignore generated source files (and glcpp binary).
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
5bbd660
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,6
@@
+glcpp
+glcpp-lex.c
+glcpp-parse.c
+glcpp-parse.h
+*.o
+*~