diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-05-04 13:25:59 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-05-04 13:25:59 -0700 |
commit | b3ce3bbe0552253c7546f0081a02c4462fc8bb8b (patch) | |
tree | 905c13dffb8417cade45df69383ef4f9df482e66 /.gitignore | |
parent | d4b2a87674a06bc05f04dcb215b76a088adebf7a (diff) |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..908f924 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*~ +*.o +*.a +Makefile.in +Makefile +aclocal.m4 +config.h +config.h.in +config.log +config.status +glu3.pc +configure +depcomp +install-sh +missing +stamp-h1 +autom4te.cache +src/.deps |