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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. *.a
  2. *.dll
  3. *.exe
  4. *.ilk
  5. *.la
  6. *.lo
  7. *.log
  8. *.o
  9. *.obj
  10. *.os
  11. *.pc
  12. *.pdb
  13. *.pyc
  14. *.pyo
  15. *.so
  16. *.so.*
  17. *.sw[a-z]
  18. *.tar
  19. *.tar.bz2
  20. *.tar.gz
  21. *.tar.xz
  22. *.trs
  23. *.zip
  24. *~
  25. depend
  26. depend.bak
  27. bin/ltmain.sh
  28. lib
  29. lib64
  30. configure
  31. configure.lineno
  32. autom4te.cache
  33. aclocal.m4
  34. config.log
  35. config.status
  36. cscope*
  37. .scon*
  38. config.py
  39. build
  40. libtool
  41. manifest.txt
  42. .dir-locals.el
  43. .deps/
  44. .dirstamp
  45. .libs/
  46. Makefile
  47. Makefile.in
  48. .install-mesa-links