update gitignore

This commit is contained in:
Maximilian Keßler 2021-10-07 18:07:51 +02:00
parent 7722a0d042
commit 645def4b8f
33 changed files with 41 additions and 114 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ build/*
.gitconfiglock
.initsubmodulelock
.idea/
__pycache__

5
tests/.gitignore vendored
View File

@ -4,3 +4,8 @@
*.log
*.pdf
wip/proof/.skip
*.out
*.idx
*.ilg
*.ind
*.cnt

3
tests/COMPILE_MAKEFILE Normal file
View File

@ -0,0 +1,3 @@
test:
latexmk -dvi- -pdf -gg -Werror -latexoption=-interaction=nonstopmode test.tex
latexmk -c test.tex

7
tests/DIR_MAKEFILE Normal file
View File

@ -0,0 +1,7 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

View File

@ -1,7 +0,0 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

1
tests/Makefile Symbolic link
View File

@ -0,0 +1 @@
DIR_MAKEFILE

View File

@ -1,7 +0,0 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

1
tests/environments/Makefile Symbolic link
View File

@ -0,0 +1 @@
../DIR_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,7 +0,0 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

View File

@ -0,0 +1 @@
../DIR_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,7 +0,0 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

1
tests/math/Makefile Symbolic link
View File

@ -0,0 +1 @@
../DIR_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -pdf -dvi- test.tex

1
tests/math/faktor/Makefile Symbolic link
View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -3,6 +3,7 @@
\usepackage{mkessler-faktor}
\begin{document}
\[
\faktor{A}{B} \cong \cofaktor{A}{B}
\]

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

1
tests/math/math/Makefile Symbolic link
View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -pdf -dvi- test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

1
tests/math/mathfig/Makefile Symbolic link
View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

1
tests/math/mathop/Makefile Symbolic link
View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,7 +0,0 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

1
tests/misc/Makefile Symbolic link
View File

@ -0,0 +1 @@
../DIR_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1 +0,0 @@
\BOOKMARK [1][-]{section.1}{test}{}% 1

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

1
tests/misc/vocab/Makefile Symbolic link
View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1 +0,0 @@
\indexentry{Test}{1}

View File

@ -1,6 +0,0 @@
This is makeindex, version 2.15 [TeX Live 2019] (kpathsea + Thai support).
Scanning input file vocabindex.idx....done (1 entries accepted, 0 rejected).
Sorting entries...done (0 comparisons).
Generating output file vocabindex.ind....done (5 lines written, 0 warnings).
Output written in vocabindex.ind.
Transcript written in vocabindex.ilg.

View File

@ -1,5 +0,0 @@
\begin{theindex}
\item Test, 1
\end{theindex}

View File

@ -1,7 +0,0 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

1
tests/utils/Makefile Symbolic link
View File

@ -0,0 +1 @@
../DIR_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,7 +0,0 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

1
tests/wip/Makefile Symbolic link
View File

@ -0,0 +1 @@
../DIR_MAKEFILE

View File

@ -1,4 +0,0 @@
skip: .skip
.skip:
@touch .skip

1
tests/wip/proof/Makefile Symbolic link
View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE

View File

@ -1,3 +0,0 @@
test:
latexmk -c test.tex
latexmk -dvi- -pdf test.tex

1
tests/wip/restate/Makefile Symbolic link
View File

@ -0,0 +1 @@
../../COMPILE_MAKEFILE