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 193B

1234567891011121314151617181920212223242526
  1. *.a
  2. *.dll
  3. *.exe
  4. *.ilk
  5. *.o
  6. *.obj
  7. *.pc
  8. *.pdb
  9. *.pyc
  10. *.pyo
  11. *.so
  12. *.sw[a-z]
  13. *~
  14. depend
  15. depend.bak
  16. lib
  17. lib64
  18. configure
  19. autom4te.cache
  20. aclocal.m4
  21. config.log
  22. config.status
  23. cscope*
  24. .scon*
  25. config.py
  26. build