mirror of
https://github.com/luscis/openlan.git
synced 2025-09-26 20:41:29 +08:00
34 lines
415 B
Plaintext
Executable File
34 lines
415 B
Plaintext
Executable File
# Binaries for programs and plugins
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.patch
|
|
*.rej
|
|
*.orig
|
|
*.exe
|
|
*.x86_64
|
|
*.rpm
|
|
*.zip
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
*.idea
|
|
*.vscode
|
|
*.DS_Store
|
|
coverage.out
|
|
coverage.html
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
/build/
|
|
/py/build/
|
|
/py/dist/
|
|
/core/build/
|
|
/core/cmake-build-debug/
|
|
|
|
# Temporary files
|
|
confd-idl.h
|
|
confd-idl.c
|
|
confd-idl.ovsidl
|