Add code
This commit is contained in:
commit
e39a0b1334
7 changed files with 286 additions and 0 deletions
30
.hgignore
Normal file
30
.hgignore
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
## Defaults
|
||||
syntax: glob
|
||||
## Special files
|
||||
*~
|
||||
[_]*
|
||||
|
||||
## Compiled Go source
|
||||
[568vq].out
|
||||
*.[568vq]
|
||||
*.[ao]
|
||||
*.exe
|
||||
|
||||
## Compiled Cgo source
|
||||
*.cgo*
|
||||
*.dll
|
||||
*.so
|
||||
|
||||
## Data
|
||||
*.bin
|
||||
|
||||
## Logs and databases
|
||||
*.db
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
## OS generated files
|
||||
Icon?
|
||||
|
||||
# * * *
|
||||
Loading…
Add table
Add a link
Reference in a new issue