Skip to content

Commit

Permalink
Merge pull request #6 from slankdev/slankdev-update-gitignore
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
slankdev committed Jan 31, 2020
2 parents 0c5d43b + 1d4811b commit ca1a920
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Binaries for programs and plugins
/tinet
*.exe
*.exe~
*.dll
*.so
*.dylib

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

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

# Dependency directories (remove the comment below to include it)
# vendor/

0 comments on commit ca1a920

Please sign in to comment.