frp/.gitignore

42 lines
405 B
Plaintext
Raw Permalink Normal View History

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