]> mj.ucw.cz Git - diplomky.git/commitdiff
Added .gitignore to match "make clean" rules and sort both
authorMartin Mares <mj@ucw.cz>
Wed, 21 Feb 2024 12:19:31 +0000 (13:19 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 21 Feb 2024 18:20:36 +0000 (19:20 +0100)
.gitignore [new file with mode: 0644]
Makefile

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e2a0671
--- /dev/null
@@ -0,0 +1,11 @@
+*.aux
+*.bbl
+*.blg
+*.lof
+*.log
+*.lot
+*.out
+*.pdf
+*.toc
+*.xmpdata
+*.xmpi
index d661a0fc57596541ed01d01b99f34a9a812125da..3570b96686ce390f30bf8da0753146427d7e17ad 100644 (file)
--- 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