1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00
cloudflare-gortr/.gitignore

40 lines
424 B
Plaintext
Raw Normal View History

2018-09-13 13:10:54 -07:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.pyc
cmd/gobgp/gobgp
cmd/gobgpd/gobgpd
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
Icon
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
test/scenario_test/nosetest*.xml
*.exe
*.test
*.prof
# IDE workspace
.idea
.vscode