diff options
author | Brian <brian@yutani.localnet.net> | 2006-12-06 08:20:57 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2006-12-06 08:20:57 -0700 |
commit | 1b9eda2422b8f0500ad14fa07c35ab5f9da892b7 (patch) | |
tree | c19442bae7a4bf8b880111256744295b0e2868a1 /.gitignore | |
parent | 2f850c4f2f595e1e69bdf67f377d756ae91f2520 (diff) | |
parent | f9544efb6b4507f00ee43e8a830b0de6fbc62b5d (diff) |
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7778fb40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.a +*.o +*.so +depend +depend.bak +lib +lib64 |