Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nafisfaysal committed Aug 22, 2019
1 parent a4183b9 commit 3f155b6
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
Expand Up @@ -4,6 +4,35 @@
*.dll
*.so
*.dylib
.DS_Store
*.so
._*
*.idea
.nfs.*
*~
*.orig
*.rej
.*.swp
*.cgo*.go
*.cgo*.c
.vscode/*
_cgo_*
_obj
_test
_testmain.go
/VERSION.cache
/doc/articles/wiki/*.bin
/goinstall.log
/last-change
/misc/cgo/life/run.out
/misc/cgo/stdio/run.out
/misc/cgo/testso/main
/pkg/
/test.out
/test/garbage/*.out
/test/pass.out
/test/run.out
/test/times.out

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

0 comments on commit 3f155b6

Please sign in to comment.