diff options
author | Luc Verhaegen <libv@skynet.be> | 2010-02-22 19:24:34 +0100 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2010-02-22 19:24:34 +0100 |
commit | 5dee9b7b19c1aa3a13618b08bc24f00677b5364b (patch) | |
tree | 447ebc341a12da7371382c3b21bb1341a68cbdc2 /.gitignore |
Initial template for standalone mesa dri drivers.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..493134b --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.* +configure +install-sh +libtool +ltmain.sh +missing +depend +depcomp +.libs/ +.deps/ +*.lo +*.la +*~ |