-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
83 lines (72 loc) · 1.13 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# .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/*
luaotfload-ctan.curlopt
# Files generated by 'make world' and removed by 'make mrproper'
luaotfload.pdf
luaotfload.tds.zip
luaotfload.zip
luaotfload-ctan.zip
luaotfload-dev.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*
trials/*.log
trials/*.pdf
trials/*.aux
trials/*.tuc
trials/*.out
testfiles/*.log
testfiles/*.aux
testfiles/*.pdf
testfiles-luahbtex/*.pdf
testfiles-luahbtex/*.log
testfiles-luahbtex/*.aux
# 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
doc/*.1
doc/*.5
*.synctex
*.synctex.gz
*ls-R
# valgrind log
src/*.log