Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 93B

1234567891011121314
  1. *.a
  2. *.o
  3. *.pyc
  4. *.pyo
  5. *.so
  6. *.sw[a-z]
  7. *~
  8. depend
  9. depend.bak
  10. lib
  11. lib64
  12. .sconsign*
  13. config.py
  14. build