diff options
author | Jeff Burdges <burdges@gnunet.org> | 2015-07-31 20:47:18 +0200 |
---|---|---|
committer | Jeff Burdges <burdges@gnunet.org> | 2015-07-31 20:47:18 +0200 |
commit | ae7b43daab4f1d1f8b046191e50b553f0dd397c8 (patch) | |
tree | e38682bd434c892cdc3f9c71a8b5f88eb8f0b53d /.gitignore | |
parent | 7ba2491031c2039e205e98429384434bbcbd2d8a (diff) |
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 (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 96ff8d979..9b275d488 100644 --- 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 |