ponysay/.gitignore
Pablo Lezaeta fd3a53ba92 Added python cache to gitignore too, here has ben created boot
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2013-01-03 04:38:31 -03:00

49 lines
534 B
Text

## Private workspace directory
/_/
/*.pony
## Backup files
*~
\#*\#
.\#*
*.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