diff options
author | Simon Rettberg | 2014-09-13 17:08:38 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-09-13 17:08:38 +0200 |
commit | 6a5dcc7a296d2eb9c3278d74ce31d751cf7f042b (patch) | |
tree | aece01286494db00433b3678272846829f119260 /.gitignore | |
parent | [client] Add resource loader that will take care of error handling (diff) | |
download | tutor-module-6a5dcc7a296d2eb9c3278d74ce31d751cf7f042b.tar.gz tutor-module-6a5dcc7a296d2eb9c3278d74ce31d751cf7f042b.tar.xz tutor-module-6a5dcc7a296d2eb9c3278d74ce31d751cf7f042b.zip |
Fix server.thrift file (make future-proof by using field ids), move generated thrift classes to own package
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ .settings/ target/ bin/ +gen-java/ dependency-reduced-pom.xml C:* forms-1.3.0.jar |