aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 70f1c82445617200e5761706b1663ee4bc12199d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## 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