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

123456789101112131415161718192021222324252627282930313233
  1. *.a
  2. *.dll
  3. *.exe
  4. *.ilk
  5. *.o
  6. *.obj
  7. *.os
  8. *.pc
  9. *.pdb
  10. *.pyc
  11. *.pyo
  12. *.so
  13. *.sw[a-z]
  14. *.tar
  15. *.tar.bz2
  16. *.tar.gz
  17. *.zip
  18. *~
  19. depend
  20. depend.bak
  21. lib
  22. lib64
  23. configure
  24. autom4te.cache
  25. aclocal.m4
  26. config.log
  27. config.status
  28. cscope*
  29. .scon*
  30. config.py
  31. build
  32. manifest.txt
  33. .dir-locals.el