diff options
author | Simon Rettberg | 2015-09-01 17:16:57 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-01 17:16:57 +0200 |
commit | 5fefeeca126900a07e920470e993a290e4c37974 (patch) | |
tree | 8065ff19de8cec6568c049fe81bfad9f09f10971 /.gitignore | |
parent | [client] Open vmware link in virtualizer info. (diff) | |
download | tutor-module-5fefeeca126900a07e920470e993a290e4c37974.tar.gz tutor-module-5fefeeca126900a07e920470e993a290e4c37974.tar.xz tutor-module-5fefeeca126900a07e920470e993a290e4c37974.zip |
[*] Clean up pom.xml, add shading to client, clean up .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,6 @@ *.class +*.jar +*.exe .project .classpath .settings/ @@ -6,6 +8,3 @@ target/ bin/ gen-java/ dependency-reduced-pom.xml -C:* -forms-1.3.0.jar -forms-1.3.0-src.zip |