remove pdfs completely from repo

due to the new Makefile the pdf files have become obsolete in the repo.
The new release rule of the make file creates all templates and the user
guide and includes them into the tarball.
In this way even users for which the linux based Makefile does not work
can download precompiled examples and and the manual
This commit is contained in:
David 2021-01-23 23:15:59 +01:00
commit 9cb3fd53d0
2 changed files with 4 additions and 4 deletions

8
.gitignore vendored
View file

@ -6,10 +6,10 @@
*.fls
*.log
*.out
# template.tex output
# move to *.pdf once manual is done
template.pdf
*.pdf
*.kate-swp
# release tarballs
moderncv-*.tar.gz
examples/

Binary file not shown.