Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.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*