From b2cee466b12ac237a55c8dfbe7503249a6647968 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 1 Apr 2013 01:51:53 +0200 Subject: Made it installable. Also: Fixes! * Added a Makefile for installing/uninstalling * Made it center one-line texts within speech bubbles * Made it importable * Added a funny test script * Added proper *think support * Fixed chrysalis' quotes file * Fixed a bug wrongly cropping the output --- .gitignore | 50 ++------------------------------------------------ 1 file changed, 2 insertions(+), 48 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 70f1c82..261ed3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,49 +1,3 @@ -## Private workspace directory - -/_/ -/*.pony - - -## Backup files - -*~ -\#*\# -.\#* +*.swo *.swp -*.bak - - -## Compile files - -/completion/*-completion-think.* -/manuals/manpage.*.gz -/ponysay.info -/ponysay.info.gz -/truncater -*.install -/Makefile -/quotes/ - - -## Texinfo manual stuff - -/ponysay.aux -/ponysay.cp -/ponysay.cps -/ponysay.fn -/ponysay.ky -/ponysay.log -/ponysay.pg -/ponysay.toc -/ponysay.tp -/ponysay.vr -/ponysay.op -/ponysay.ops -/ponysay.pgs -/ponysay.vrs - -## Python cache files -## For a misterious force, Those has ben created here - -__pycache__/ -*.pyc +__pycache__ -- cgit