frp/.gitignore

42 lines
405 B
Plaintext
Raw Permalink Normal View History

2015-12-21 22:24:59 +07: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 20:24:36 +07:00
# Self
bin/
2016-04-11 16:27:14 +07:00
packages/
2020-04-02 23:59:47 +07:00
release/
2016-05-17 18:13:37 +07:00
test/bin/
vendor/
lastversion/
dist/
2021-02-07 13:07:20 +07:00
.idea/
.vscode/
2023-11-28 12:48:32 +07:00
.autogen_ssh_key
client.crt
client.key
2016-01-27 20:24:36 +07:00
2016-02-05 13:18:26 +07:00
# Cache
*.swp