From: j8takagi Date: Mon, 9 Dec 2013 00:47:57 +0000 (+0900) Subject: .gitignoreを、latex用と汎用に分離 X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ce78ac53191822496466976ca0bc8e0927822b;p=makefiles.git .gitignoreを、latex用と汎用に分離 --- 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