Skip to content

Commit

Permalink
Merge pull request google#121 from hazaelsan/gitignore
Browse files Browse the repository at this point in the history
Add a sensible `.gitignore` file
  • Loading branch information
hazaelsan committed Feb 27, 2023
2 parents d4f522c + 7a0c7da commit 80b3baa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Binaries 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

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

.*.sw?
.sw?

# Bazel
bazel-*

0 comments on commit 80b3baa

Please sign in to comment.