diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-21 08:11:00 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-21 08:11:00 +0100 |
commit | d5d47a03f73afd6b1743636b20f4064b0643ba20 (patch) | |
tree | 7b7beace788147993e07676a84d92b79467e0d6f /.gitignore | |
parent | e27ccb9092cd4f95c8572c9115f50f88a2d42d9e (diff) | |
parent | 95cdecde2d3415604cd8194eacd11544fe985aeb (diff) | |
download | luaotfload-d5d47a03f73afd6b1743636b20f4064b0643ba20.tar.gz |
Merge pull request #207 from phi-gamma/texlive2014
separate the collecting of font files from the scanning pass
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -39,5 +39,22 @@ tests/*.ovf tests/*.sty tests/luaotfload* -# temporary directory +# 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 + |