From 028dec37109c4b0be47d2b12ad235c1a441259cd Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 16 Jan 2014 07:13:26 +0100 Subject: [main,gitignore] add self-contained luaotfload.lua --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f231acf..e010a81 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ luaotfload-tool.1 luaotfload/* # Files generated by 'make world' and removed by 'make mrproper' -luaotfload.lua luaotfload.pdf luaotfload.sty luaotfload.tds.zip -- cgit v1.2.3 From b9897d84cb635d6a6b47aee17e818e3bfc296d2c Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 9 Feb 2014 21:40:13 +0100 Subject: [doc,sty] move luaotfload.sty out of the DTX Signed-off-by: Philipp Gesang --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e010a81..0da53bd 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ luaotfload/* # Files generated by 'make world' and removed by 'make mrproper' luaotfload.pdf -luaotfload.sty luaotfload.tds.zip luaotfload.zip -- cgit v1.2.3 From ffa5a347f68805e218c61c344c0b8a895c4bb8db Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 12 Feb 2014 07:15:50 +0100 Subject: [*] cleanup --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0da53bd..850a861 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ tests/*.ovf tests/*.sty tests/luaotfload* +# temporary directory +tmp/* -- cgit v1.2.3 From 48f5c2154a3d8ab6954263140570a77909c2c458 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 20 Mar 2014 07:28:50 +0100 Subject: [*] update .gitignore --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 850a861..d9cba93 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + -- cgit v1.2.3