exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ae7b43daab4f1d1f8b046191e50b553f0dd397c8
parent 7ba2491031c2039e205e98429384434bbcbd2d8a
Author: Jeff Burdges <burdges@gnunet.org>
Date:   Fri, 31 Jul 2015 20:47:18 +0200

Ignore llncs.cls

We should ignore doc/paper/llncs.cls because Springer does not allow
anyone to distribute llncs.cls but them.  It's possible to add a
download script to obtain it as done here :
https://github.com/latextemplates/LNCS/issues/2#issuecomment-126749267

I'd recommend removing the dependency on llncs.cls before distributing
the paper.

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -40,3 +40,4 @@ src/util/test_amount src/util/test_crypto src/util/test_json src/util/test_wireformats +doc/paper/llncs.cls