2012-08-14 22:45:00 +02:00
|
|
|
## Private workspace directory
|
|
|
|
|
2013-12-10 15:26:59 +01:00
|
|
|
_/
|
2012-10-12 01:56:08 +02:00
|
|
|
/*.pony
|
2012-08-14 22:45:00 +02:00
|
|
|
|
|
|
|
|
2014-02-03 19:36:45 +01:00
|
|
|
## Hidden files
|
|
|
|
|
|
|
|
.*
|
|
|
|
!.git*
|
|
|
|
|
|
|
|
|
2012-08-14 22:45:00 +02:00
|
|
|
## Backup files
|
|
|
|
|
2012-07-25 17:20:31 +02:00
|
|
|
*~
|
|
|
|
\#*\#
|
|
|
|
*.swp
|
2014-02-03 19:36:45 +01:00
|
|
|
*.swo
|
2012-08-15 20:45:08 +02:00
|
|
|
*.bak
|
2012-07-25 17:20:31 +02:00
|
|
|
|
2012-08-14 22:45:00 +02:00
|
|
|
|
|
|
|
## Compile files
|
|
|
|
|
2013-04-12 03:24:33 +02:00
|
|
|
/completion/*-completion.pony*
|
2012-07-25 17:20:31 +02:00
|
|
|
/completion/*-completion-think.*
|
2013-04-01 19:33:10 +02:00
|
|
|
/completion/pony*.pony*
|
2012-08-01 03:33:30 +02:00
|
|
|
/truncater
|
2012-08-15 21:05:30 +02:00
|
|
|
*.install
|
2013-04-02 11:48:35 +02:00
|
|
|
*.gz
|
|
|
|
*.xz
|
|
|
|
*.bzip2
|
|
|
|
*.zip
|
|
|
|
*.info
|
|
|
|
*.ps
|
|
|
|
*.dvi
|
2012-08-18 23:47:39 +02:00
|
|
|
/Makefile
|
2012-08-19 05:53:54 +02:00
|
|
|
/quotes/
|
2013-04-03 10:33:57 +02:00
|
|
|
/*ponies/heights
|
|
|
|
/*ponies/onlyheights
|
|
|
|
/*ponies/widths
|
2013-04-03 11:53:00 +02:00
|
|
|
/*ponies/metadata
|
2013-04-03 20:50:11 +02:00
|
|
|
/ponysay
|
2014-02-03 19:44:59 +01:00
|
|
|
/bin/
|
|
|
|
/obj/
|
2012-08-19 05:53:54 +02:00
|
|
|
|
2012-09-24 01:37:08 +02:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2012-10-30 02:17:00 +01:00
|
|
|
|
2013-04-03 21:35:25 +02:00
|
|
|
## Python just in time compilation cache for heuristic optimisation
|
2013-01-03 08:38:31 +01:00
|
|
|
|
|
|
|
__pycache__/
|
|
|
|
*.pyc
|
2012-10-30 02:17:00 +01:00
|
|
|
|