Skip to content

Commit

Permalink
init project, add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hea9549 committed Aug 1, 2018
1 parent e5c5e09 commit 1e8d99c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
bnaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# goland
.idea

#
.DS_Store


# key
.keys


# tmp
.tmp


# log output
*.log

0 comments on commit 1e8d99c

Please sign in to comment.