SeamGen 961 B

123456789101112131415161718192021222324252627
  1. /bootstrap/data
  2. /bootstrap/tmp
  3. /classes/
  4. /dist/
  5. /exploded-archives/
  6. /test-build/
  7. /test-output/
  8. /test-report/
  9. /target/
  10. temp-testng-customsuite.xml
  11. # based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments
  12. #/classes/ all class files
  13. #/dist/ contains generated war files for deployment
  14. #/exploded-archives/ war content generation during deploy (or explode)
  15. #/test-build/ test compilation (ant target for Seam)
  16. #/test-output/ test results
  17. #/test-report/ test report generation for, e.g., Hudson
  18. #/target/ maven output folder
  19. #temp-testng-customsuite.xml generated when running test cases under Eclipse
  20. # Thanks to @VonC and @kraftan for their helpful answers on a related question
  21. # on StackOverflow.com:
  22. # http://stackoverflow.com/questions/4176687
  23. # /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects