diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-04 15:46:50 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-04 15:46:50 +0100 |
commit | 9dc36bf3fc8a076d53b8abcb35c9c86f167a2d3a (patch) | |
tree | bc3377c6179e53ab1700d526e9dccd16d3235abe | |
parent | 075b79fe9875c1973805b9b3d03e87a55263a253 (diff) | |
download | luaotfload-9dc36bf3fc8a076d53b8abcb35c9c86f167a2d3a.tar.gz |
[gitignore] add generated files
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,6 +9,13 @@ 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/* # Files generated by 'make world' and removed by 'make mrproper' luaotfload.lua @@ -33,3 +40,4 @@ tests/*.ovp tests/*.ovf tests/*.sty tests/luaotfload* + |