blob: 135bf8c8604aabfe19cbc3362c85efdd3b34fa13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
*.swp
# ignore compiled plugins
*.so
examples/buttonplugin/buttonplugin
examples/console-ui-helloworld/console-ui-helloworld
examples/debug/debug
examples/helloworld/helloworld
examples/textbox/textbox
examples/cloudflare/cloudflare
examples/*/helloconsole
# temporary files when building debian packages
/*.deb
/files
/
# ignore the generated readme
/README-goreadme.md
|