Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed Mar 11, 2021
1 parent 88fbecc commit a55ceb8
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Folders
_obj
_test

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

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
# Test binary, built with `go test -c`
*.test

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

*.exe
*.test
# Dependency directories (remove the comment below to include it)
vendor/

# IDE project files
.idea

0 comments on commit a55ceb8

Please sign in to comment.