Commit 3f155b65 authored by nafisfaysal's avatar nafisfaysal

update .gitignore

parent a4183b9d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment