Skip to content

Commit e2c0408

Browse files
committed
Update SeamGen.gitignore
1 parent 4b6bf65 commit e2c0408

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

SeamGen.gitignore

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
/bootstrap/data
22
/bootstrap/tmp
3-
/classes/ # all class files
4-
/dist/ # contains generated war files for deployment
5-
/exploded-archives/ # war content generation during deploy (or explode)
6-
/test-build/ # test compilation (ant target for Seam)
7-
/test-output/ # test results
8-
/test-report/ # test report generation for, e.g., Hudson
9-
/target/ # maven output folder
10-
temp-testng-customsuite.xml # generated when running test cases under Eclipse
3+
/classes/
4+
/dist/
5+
/exploded-archives/
6+
/test-build/
7+
/test-output/
8+
/test-report/
9+
/target/
10+
temp-testng-customsuite.xml
11+
12+
# based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments
13+
14+
#/classes/ all class files
15+
#/dist/ contains generated war files for deployment
16+
#/exploded-archives/ war content generation during deploy (or explode)
17+
#/test-build/ test compilation (ant target for Seam)
18+
#/test-output/ test results
19+
#/test-report/ test report generation for, e.g., Hudson
20+
#/target/ maven output folder
21+
#temp-testng-customsuite.xml generated when running test cases under Eclipse
1122

1223
# Thanks to @VonC and @kraftan for their helpful answers on a related question
1324
# on StackOverflow.com:

0 commit comments

Comments
 (0)