summaryrefslogtreecommitdiff
path: root/.gitignore
blob: de08b3377a8f1032f7281e2afd24c52d15876499 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# .gitignore file for luaotfload

fontspec-luatex.sty
fontspec.lua
fontspec.sty

luaotfload.aux
luaotfload.fdb_latexmk
luaotfload.log
luaotfload.out
luaotfload.toc
luaotfload-characters.lua
luaotfload-glyphlist.lua
luaotfload-status.lua
filegraph.pdf
glyphlist.txt
luaotfload-tool.1
luaotfload.conf.5
luaotfload/*

# Files generated by 'make world' and removed by 'make mrproper'
luaotfload.pdf
luaotfload.tds.zip
luaotfload.zip

# Temporary files in the tests directory
tests/*.log
tests/*.pdf
tests/*.lua
tests/*.otf
tests/*.aux
tests/phg-*.tex
tests/*.pfb
tests/*.afm
tests/*.tfm
tests/*.dvi
tests/*.ofm
tests/*.ovp
tests/*.ovf
tests/*.sty
tests/luaotfload*

# temporary directories
build/*
testing/*
tests/*
tmp/*

# tex side-effects
doc/*.aux
doc/*.log
doc/*.out
doc/*.pdf
doc/*.tmp
doc/*.toc
doc/*.tuc
doc/*.vimout

# valgrind log
src/*.log