diff options
author | jaseg <s@jaseg.de> | 2013-04-01 01:51:53 +0200 |
---|---|---|
committer | jaseg <s@jaseg.de> | 2013-04-01 01:51:53 +0200 |
commit | b2cee466b12ac237a55c8dfbe7503249a6647968 (patch) | |
tree | 782adf35d0dcd60f3d251986c28c8f7b38945058 /.gitignore | |
parent | 60e6b776253cd8120cde44638043c45a51ed27ad (diff) | |
download | ponysay-b2cee466b12ac237a55c8dfbe7503249a6647968.tar.gz ponysay-b2cee466b12ac237a55c8dfbe7503249a6647968.tar.bz2 ponysay-b2cee466b12ac237a55c8dfbe7503249a6647968.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 50 |
1 files changed, 2 insertions, 48 deletions
@@ -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__ |