Permalink
Please sign in to comment.
Showing
with
7 additions
and 6 deletions.
- +5 −4 .gitignore
- +1 −1 odm/build.xml
- +1 −1 odm/build_openclinica.xml
| @@ -1,4 +1,5 @@ | ||
| -/.idea/ | ||
| -/odm-to-i2b2.iml | ||
| -/odm/ | ||
| -/target/ | ||
| +.idea/ | ||
| +odm-to-i2b2.iml | ||
| +odm/ | ||
| +src/test/resources/output/*.txt | ||
| +target/ |
0 comments on commit
0c37d68