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

12345678910111213141516
  1. *.a
  2. *.o
  3. *.so
  4. *.sw[a-z]
  5. *.pc
  6. *~
  7. depend
  8. depend.bak
  9. lib
  10. lib64
  11. configure
  12. autom4te.cache
  13. aclocal.m4
  14. config.log
  15. config.status
  16. cscope*