commit: 029d7a9b970a7c9d0c295f451c775e19788c0694 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 19:14:21 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 19:14:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=029d7a9b
Update .gitignore file. .gitignore | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6d5cd39..6d150b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,25 @@ +*.4ct +*.4tc *.aux *.bbl *.blg +*.css +*.dvi +*.html +*.idv +*.lg *.loa *.log -*.pdf -*.toc -*.lot *.lol +*.lot *.lox *.out -*.dvi +*.pdf +*.tmp +*.toc +*.xref vc.tex + +# Emacs backup files and locks +*~ +.#*
