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

123456789101112131415161718192021222324252627
  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. *~
  15. depend
  16. depend.bak
  17. lib
  18. lib64
  19. configure
  20. autom4te.cache
  21. aclocal.m4
  22. config.log
  23. config.status
  24. cscope*
  25. .scon*
  26. config.py
  27. build