forked from brucemiller/LaTeXML
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
39 lines (39 loc) · 860 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Ignore backup files
*~
*.bak
# Old Makefiles
Makefile.old
# Ignore perltidy files
*.tdy
# generated by running make
MYMETA.json
MYMETA.yml
Makefile
Makefile.old
# And of course the whole compiled lib
pm_to_blib
blib/
# These are generated by creating manual.pdf
doc/manual/manual.aux
doc/manual/manual.idx
doc/manual/manual.ilg
doc/manual/manual.ind
doc/manual/manual.lof
doc/manual/manual.log
doc/manual/manual.out
doc/manual/manual.toc
doc/manual/manual.xml
doc/manual/pods/
# Generated files...
doc/manual/release.tex
doc/manual/schema.tex
# The compiled manual, which is copied to top-level
doc/manual/manual.pdf
# These are generated by building the site
doc/site/examples/tabular/tabular.aux
doc/site/examples/tabular/tabular.log
doc/site/examples/tabular/tabular.pdf
doc/site/examples/tabular/tabular.xml
doc/site/index.xml
doc/site/releases.tex
auto