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

123456789101112131415161718192021222324252627282930
  1. # DMDirc .gitignore file
  2. /build
  3. /dist
  4. build-before-profiler.xml
  5. /nbproject/profiler-build-impl.xml
  6. /nbproject/private
  7. /plugins
  8. /junitreports
  9. /junit*.properties
  10. /installer/output/*
  11. /installer/osx/compress-dmg
  12. /installer/windows/*.rc
  13. /installer/windows/*.inc
  14. /installer/windows/*.ico
  15. /installer/windows/DMDirc.jar
  16. .svn
  17. *.class
  18. *.exe
  19. __history
  20. *.bdsproj
  21. *.bdsproj.local
  22. *.identcache
  23. *.res
  24. *.a
  25. *.o
  26. *.ppu
  27. /reports/findbugs/
  28. /reports/report-fb.html
  29. /reports/report-pmd.*