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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. *.trs
  22. *.zip
  23. *~
  24. depend
  25. depend.bak
  26. bin/ltmain.sh
  27. lib
  28. lib64
  29. configure
  30. configure.lineno
  31. autom4te.cache
  32. aclocal.m4
  33. config.log
  34. config.status
  35. cscope*
  36. .scon*
  37. config.py
  38. build
  39. libtool
  40. manifest.txt
  41. .dir-locals.el
  42. .deps/
  43. .dirstamp
  44. .libs/
  45. Makefile
  46. Makefile.in