mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
30f3cfc18b
Signed-off-by: Mattias Andrée <maandree@operamail.com>
61 lines
653 B
Text
61 lines
653 B
Text
## Private workspace directory
|
|
|
|
/_/
|
|
/*.pony
|
|
|
|
|
|
## Backup files
|
|
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
*.swp
|
|
*.bak
|
|
|
|
|
|
## Compile files
|
|
|
|
/completion/*-completion.pony*
|
|
/completion/*-completion-think.*
|
|
/completion/pony*.pony*
|
|
/truncater
|
|
*.install
|
|
*.gz
|
|
*.xz
|
|
*.bzip2
|
|
*.zip
|
|
*.info
|
|
*.ps
|
|
*.dvi
|
|
/Makefile
|
|
/quotes/
|
|
/*ponies/heights
|
|
/*ponies/onlyheights
|
|
/*ponies/widths
|
|
/*ponies/metadata
|
|
/ponysay
|
|
|
|
|
|
## 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 just in time compilation cache for heuristic optimisation
|
|
|
|
__pycache__/
|
|
*.pyc
|
|
|