From: Martin Mares Date: Wed, 21 Feb 2024 12:19:31 +0000 (+0100) Subject: Added .gitignore to match "make clean" rules and sort both X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b48ae09a15c4dee323af34ca24d0128aedb03ed3;p=diplomky.git Added .gitignore to match "make clean" rules and sort both --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e2a0671 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.aux +*.bbl +*.blg +*.lof +*.log +*.lot +*.out +*.pdf +*.toc +*.xmpdata +*.xmpi diff --git a/Makefile b/Makefile index d661a0f..3570b96 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,5 @@ abstract.pdf: abstract.tex pdflatex $< clean: - rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi *.xmpdata + rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc *.xmpdata *.xmpi rm -f thesis.pdf abstract.pdf