diff options
author | ng0 <contact.ng0@cryptolab.net> | 2017-08-17 11:19:05 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-08-17 11:23:46 +0000 |
commit | d587ba0915db6854959c4dfc2730b34d9577a395 (patch) | |
tree | fe8002fe2ba07bba65f50e1bdb12ea4f69f02eeb /doc/.gitignore | |
parent | 6bcc73a1cbb1d4a609884762eab1b6de761ad1d9 (diff) |
doc: Merge 'gnunet-texinfo' repository into 'doc' folder of gnunet.
* doc/chapters: New directory, the chapters of doc/gnunet.texi.
* doc/images: New directory with images for the documentation.
* doc/Makefile: Build the documentation.
* doc/.gitignore: ignore build artifacts.
* doc/gnunet.texi, doc/fdl-1.3.texi, doc/gpl-3.0.texi: New files.
Signed-off-by: ng0 <ng0@infotropique.org>
Diffstat (limited to 'doc/.gitignore')
-rw-r--r-- | doc/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index 7b5069d48..daa5ccaa0 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,2 +1,13 @@ gnunet-c-tutorial.aux gnunet-c-tutorial.out +*.log +*.aux +*.pdf +*.toc +*.cp +*.cps +*.html +*~ +*.info +\#*\# +version.texi |