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.

33 lines
365 B

11 years ago
  1. *.class
  2. # Package Files #
  3. *.jar
  4. *.war
  5. *.ear
  6. # IDEA Files
  7. .idea/
  8. *.iml
  9. # Eclipse Files
  10. .classpath
  11. .project
  12. .settings/
  13. # Cloud9 Files
  14. .settings
  15. .c9revisions/
  16. # Dolphin Directory Files
  17. .directory
  18. # Maven Target Files
  19. target/
  20. # Build Name and Version Files
  21. name.info
  22. version.info
  23. # Copied README.md and LICENSE files
  24. src/includes/README.md
  25. src/includes/LICENSE