From 17ce78ac53191822496466976ca0bc8e0927822b Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 9 Dec 2013 09:47:57 +0900 Subject: [PATCH] =?utf8?q?.gitignore=E3=82=92=E3=80=81latex=E7=94=A8?= =?utf8?q?=E3=81=A8=E6=B1=8E=E7=94=A8=E3=81=AB=E5=88=86=E9=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 53 --------------------------------------------- latex_mk/.gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 latex_mk/.gitignore diff --git a/.gitignore b/.gitignore index f8e5520..dcb5f27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,57 +1,4 @@ *.prev_* *.d -*.aux -*.log -*.fls -*.idx -*.ind -*.ilg -*.bbl -*.blg -*.dvi *.bak *.*~ -/latex_mk/test/graphics/graphics.pdf -/latex_mk/test/graphics_comment/graphics_comment.pdf -/latex_mk/test/bibtex/bibtex.pdf -/latex_mk/test/bibtex/bibtex_1.pdf -/latex_mk/test/bibtex/bibtex_2.pdf -/latex_mk/test/bibtex/bibtex_3.pdf -/latex_mk/test/bibtex/bibtex_4.pdf -/latex_mk/test/bibtex/bibtex_5.pdf -/latex_mk/test/graphics_eps/graphics_eps.pdf -/latex_mk/test/graphics_eps/graphics_eps_1.pdf -/latex_mk/test/graphics_eps/graphics_eps_2.pdf -/latex_mk/test/graphics_pdf/graphics_pdf.pdf -/latex_mk/test/graphics_pdf/graphics_pdf_1.pdf -/latex_mk/test/graphics_pdf/graphics_pdf_2.pdf -/latex_mk/test/hyperref/hyperref.pdf -/latex_mk/test/hyperref/hyperref.tex.6th.patch -/latex_mk/test/hyperref/hyperref_1.pdf -/latex_mk/test/hyperref/hyperref_2.pdf -/latex_mk/test/makeindex/makeindex.pdf -/latex_mk/test/makeindex/makeindex_1.pdf -/latex_mk/test/makeindex/makeindex_2.pdf -/latex_mk/test/makeindex/makeindex_3.pdf -/latex_mk/test/otsuberuto_zo/otsuberuto_zo.pdf -/latex_mk/test/otsuberuto_zo_s/otsuberuto_zo.pdf -/latex_mk/test/sample/sample.pdf -/latex_mk/test/sanposhojo/q1.pdf -/latex_mk/test/sanposhojo/q1_0.eps -/latex_mk/test/sanposhojo/q1_0.pdf -/latex_mk/test/sanposhojo/q1_1.eps -/latex_mk/test/sanposhojo/q1_1.pdf -/latex_mk/test/sanposhojo/q1_2.eps -/latex_mk/test/sanposhojo/q1_2.pdf -/latex_mk/test/sanposhojo/q1_ans.pdf -/latex_mk/test/simple/simple.pdf -/latex_mk/test/simple/simple_1.pdf -/latex_mk/test/simple/simple_2.pdf -/latex_mk/test/toc/toc.pdf -/latex_mk/test/toc/toc.tex.6th.patch -/latex_mk/test/toc/toc_1.pdf -/latex_mk/test/toc/toc_2.pdf -/latex_mk/test/toc_hyperref/toc_hyperref.pdf -/latex_mk/test/toc_hyperref/toc_hyperref.tex.6th.patch -/latex_mk/test/toc_hyperref/toc_hyperref_1.pdf -/latex_mk/test/toc_hyperref/toc_hyperref_2.pdf diff --git a/latex_mk/.gitignore b/latex_mk/.gitignore new file mode 100644 index 0000000..49090ab --- /dev/null +++ b/latex_mk/.gitignore @@ -0,0 +1,53 @@ +*.aux +*.log +*.fls +*.idx +*.ind +*.ilg +*.bbl +*.blg +*.dvi +test/graphics/graphics.pdf +test/graphics_comment/graphics_comment.pdf +test/bibtex/bibtex.pdf +test/bibtex/bibtex_1.pdf +test/bibtex/bibtex_2.pdf +test/bibtex/bibtex_3.pdf +test/bibtex/bibtex_4.pdf +test/bibtex/bibtex_5.pdf +test/graphics_eps/graphics_eps.pdf +test/graphics_eps/graphics_eps_1.pdf +test/graphics_eps/graphics_eps_2.pdf +test/graphics_pdf/graphics_pdf.pdf +test/graphics_pdf/graphics_pdf_1.pdf +test/graphics_pdf/graphics_pdf_2.pdf +test/hyperref/hyperref.pdf +test/hyperref/hyperref.tex.6th.patch +test/hyperref/hyperref_1.pdf +test/hyperref/hyperref_2.pdf +test/makeindex/makeindex.pdf +test/makeindex/makeindex_1.pdf +test/makeindex/makeindex_2.pdf +test/makeindex/makeindex_3.pdf +test/otsuberuto_zo/otsuberuto_zo.pdf +test/otsuberuto_zo_s/otsuberuto_zo.pdf +test/sample/sample.pdf +test/sanposhojo/q1.pdf +test/sanposhojo/q1_0.eps +test/sanposhojo/q1_0.pdf +test/sanposhojo/q1_1.eps +test/sanposhojo/q1_1.pdf +test/sanposhojo/q1_2.eps +test/sanposhojo/q1_2.pdf +test/sanposhojo/q1_ans.pdf +test/simple/simple.pdf +test/simple/simple_1.pdf +test/simple/simple_2.pdf +test/toc/toc.pdf +test/toc/toc.tex.6th.patch +test/toc/toc_1.pdf +test/toc/toc_2.pdf +test/toc_hyperref/toc_hyperref.pdf +test/toc_hyperref/toc_hyperref.tex.6th.patch +test/toc_hyperref/toc_hyperref_1.pdf +test/toc_hyperref/toc_hyperref_2.pdf -- 2.18.0