Initial version
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
*.[568vq]
|
||||
*.a
|
||||
*.bin
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
*.exe
|
||||
*.o
|
||||
*.prof
|
||||
*.so
|
||||
*.test
|
||||
[568vq].out
|
||||
_cgo_defun.c
|
||||
_cgo_export.*
|
||||
_cgo_gotypes.go
|
||||
_obj
|
||||
_test
|
||||
_testmain.go
|
||||
build
|
||||
data*
|
||||
dist
|
||||
node_modules
|
||||
.idea
|
||||
*.swp
|
||||
.py*
|
||||
__pycache__
|
||||
Reference in New Issue
Block a user