1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00
go-selfupdate/.gitignore
Daniel Einspanjer b5f1d9ef43 Finished example
2016-10-20 00:59:01 -04:00

19 lines
196 B
Plaintext

# Use glob syntax.
syntax: glob
*.DS_Store
*.swp
*.swo
*.pyc
*.php~
*.orig
*~
*.db
*.log
public/*
go-selfupdate
example/example-server
example/hello-updater
example/public/*
example/deployment/*