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

.gitignore 340B

12345678910111213141516171819202122232425
  1. # DMDirc .gitignore file
  2. /build
  3. /dist
  4. /nbproject/private
  5. /plugins
  6. /junitreports
  7. /junit*.properties
  8. /installer/output/*
  9. /installer/osx/compress-dmg
  10. /installer/windows/*.rc
  11. /installer/windows/*.inc
  12. /installer/windows/*.ico
  13. /installer/windows/DMDirc.jar
  14. .svn
  15. *.class
  16. *.exe
  17. __history
  18. *.bdsproj
  19. *.bdsproj.local
  20. *.identcache
  21. *.res
  22. *.a
  23. *.o
  24. *.ppu