mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
64b7b6a2ec
Signed-off-by: Mattias Andrée <maandree@operamail.com>
58 lines
549 B
Text
58 lines
549 B
Text
## Private workspace directory
|
|
|
|
/_/
|
|
/*.pony
|
|
|
|
|
|
## Backup files
|
|
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
*.swp
|
|
*.bak
|
|
|
|
|
|
## Compile files
|
|
|
|
/completion/*-completion-think.*
|
|
/completion/pony*.pony*
|
|
/truncater
|
|
*.install
|
|
*.gz
|
|
*.xz
|
|
*.bzip2
|
|
*.zip
|
|
*.info
|
|
*.ps
|
|
*.dvi
|
|
/Makefile
|
|
/quotes/
|
|
/*ponies/heights
|
|
/*ponies/onlyheights
|
|
/*ponies/widths
|
|
|
|
|
|
## 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
|
|
|
|
__pycache__/
|
|
*.pyc
|
|
|