diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-01-31 13:14:35 +0900 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:27 +1100 |
commit | c285e06e93d01b9253dfc2fb1ab42480216b72d4 (patch) | |
tree | f5f9d655db569f25dca8fb5de04310fce3dc7d9d /.gitignore | |
parent | 2029ee48b1b5856ef3c9b4307f018bc6bd61ea6e (diff) |
gallium: Add SCons as alternative build system for Gallium.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 033e6e10bd..bf50291fc1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ depend depend.bak lib lib64 +.sconsign* +config.py |