ignore exe files

This commit is contained in:
mollusk 2017-11-19 08:14:36 -07:00
parent 8171922eed
commit 4146413997
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
trinket trinket
trinket.exe

View File

@ -6,7 +6,7 @@ type Weapon struct {
Active bool Active bool
} }
chest := make([]string)
var ( var (
Broadsword = Weapon{ Broadsword = Weapon{