diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-29 23:10:51 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-29 23:10:51 +0200 |
commit | 8747246eb96bdc1d275d2967b1c367222f7a48f3 (patch) | |
tree | a1ec6860d9db055916c20255f621cc40d072942b /.gitignore | |
parent | 5e5c1bab00e6882bce418bb1eb6669b2725682d7 (diff) | |
download | luaotfload-8747246eb96bdc1d275d2967b1c367222f7a48f3.tar.gz |
Packaging.
- Don't generate .drv file, it's useless.
- Fixed dirs in \usedir.
- Makefile with a target for CTAN distribution.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb4e1e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# .gitignore file for luaotfload + +# Files generated by 'make world' and removed by 'make mrproper' +luaotfload.lua +luaotfload.pdf +luaotfload.sty +luaotfload.tds.zip +luaotfload.zip |