frp/.gitignore

35 lines
331 B
Plaintext
Raw Normal View History

2015-12-21 23:24:59 +08:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
2016-01-27 21:24:36 +08:00
# Self
bin/
2016-04-11 17:27:14 +08:00
packages/
2020-04-03 00:59:47 +08:00
release/
2016-05-17 19:13:37 +08:00
test/bin/
vendor/
2016-01-27 21:24:36 +08:00
2016-02-05 14:18:26 +08:00
# Cache
*.swp