diff options
author | Eric Anholt <[email protected]> | 2012-06-12 12:10:58 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-21 10:10:46 -0700 |
commit | 417c1a642141abac2f0a58d044893c93576bb9a3 (patch) | |
tree | 8956af3951cd393de346ab77563741a6666c824d /src/mesa/.gitignore | |
parent | bd18a236dead98ae34467d59f76c77d94226399e (diff) |
automake: Move the master Mesa makefile to Makefile.old.
This will let me incrementally move stuff to automake without
converting libmesa.a all at once.
Diffstat (limited to 'src/mesa/.gitignore')
-rw-r--r-- | src/mesa/.gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/.gitignore b/src/mesa/.gitignore index ce83eaf47e0..5fc607b9e2f 100644 --- a/src/mesa/.gitignore +++ b/src/mesa/.gitignore @@ -1,5 +1 @@ -*/gen_matypes -*/matypes.h -depend.es* -depend.es* -objs-es* +/Makefile |