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

123456789101112131415
  1. # DMDirc .gitignore file
  2. /dist
  3. /lib
  4. /etc/clover.license
  5. /etc/clover/clover.license
  6. /.clover
  7. /*.key
  8. /.gradle
  9. # Generated files created by IDEA
  10. **/build
  11. **/src/*/generated
  12. **/src/*/generated_tests
  13. bundles/*.iml
  14. bundles/*/*.iml