Skip to content

Commit

Permalink
Add version/license/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhavlov committed Jan 12, 2018
1 parent 24566d0 commit 5fb1e28
Show file tree
Hide file tree
Showing 7 changed files with 559 additions and 10 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
### Custom ###
/bin
/pkg

### Golang ###
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
.proc
*.conf

# IDE files
*.iml
*.idea

### OSX ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Loading

0 comments on commit 5fb1e28

Please sign in to comment.