File tree Expand file tree Collapse file tree 6 files changed +34
-4
lines changed
Expand file tree Collapse file tree 6 files changed +34
-4
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,15 @@ gwt-unitCache/
1414# more caches and things from deploy #
1515war /WEB-INF /deploy /
1616war /WEB-INF /classes /
17+
18+ # compilation logs
19+ .gwt /
20+
21+ # caching for already compiled files
22+ gwt-unitCache /
23+
24+ # gwt junit compilation files
25+ www-test /
26+
27+ # old GWT (1.5) created this dir
28+ .gwt-tmp /
Original file line number Diff line number Diff line change 11* .pydevproject
22.metadata
33.gradle
4- bin /**
5- tmp /**
6- tmp /** /*
4+ bin /
5+ tmp /
76* .tmp
87* .bak
98* .swp
Original file line number Diff line number Diff line change 1+ # ignore backup files
2+ backup /
3+
4+ # ignore files generated by the compiler
5+ lib /
6+ * .compiled
7+ * .o
8+ * .or
9+ * .ppu
10+
11+ # exclude executable output in windows
12+ * .exe
Original file line number Diff line number Diff line change 11target /
2- * .releaseBackup
2+ pom.xml.tag
3+ pom.xml.releaseBackup
4+ pom.xml.next
5+ release.properties
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ lib-cov
1010pids
1111logs
1212results
13+ build
1314
1415node_modules
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ coverage.xml
3939.project
4040.pydevproject
4141
42+ # Rope
43+ .ropeproject
44+
4245# Django stuff:
4346* .log
4447* .pot
You can’t perform that action at this time.
0 commit comments