diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 | 
1 files changed, 19 insertions, 2 deletions
@@ -18,9 +18,7 @@ luaotfload-tool.1  luaotfload/*  # Files generated by 'make world' and removed by 'make mrproper' -luaotfload.lua  luaotfload.pdf -luaotfload.sty  luaotfload.tds.zip  luaotfload.zip @@ -41,3 +39,22 @@ 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 +  | 
