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

123456789101112131415161718192021222324252627
  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
  25. /reports/findbugs/
  26. /reports/report-fb.html