diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-20 07:28:50 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-20 07:28:50 +0100 |
commit | 48f5c2154a3d8ab6954263140570a77909c2c458 (patch) | |
tree | 4b6e67e2721546b4fb421d978445b4991e71feec | |
parent | 4e1f4ca586bd51ccf70343411162103dfc96e1e0 (diff) | |
download | luaotfload-48f5c2154a3d8ab6954263140570a77909c2c458.tar.gz |
[*] update .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 + |