1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/.gitignore
dr7ana 2b17059213 error handling fix
- handshake timeouts was incorrect: must call ngtcp2_write_connection_close if NGTCP2_ERR_HANDSHAKE_TIMEOUT is returned
- packet handling fix: do not close stream on congestion
- bumped clang-format version to latest (16)
- format-version.sh checks for version 14 or greater now, removed old comment block
2023-04-06 12:39:53 -07:00

70 lines
697 B
Text

*~
*\#*
*.a
*.o
*.so
*.DS_Store
/build*/
**/__pycache__/**
llarpd
*.test
*.bin
*.ninja
cmake_install.cmake
CMakeFiles
CMakeCache.txt
.ninja_log
.ninja_deps
/.cache/
/compile_commands.json
callgrind.*
.gdb_history
*.sig
*.signed
!/contrib/bootstrap/mainnet.signed
!/contrib/bootstrap/testnet.signed
*.key
shadow.data
shadow.config.xml
*.log
*.pdf
*.xz
testnet_tmp
*.pid
vsproject/
.vs
daemon.ini
.gradle/
.idea
.vscode
build64/
build2/
/contrib/lokinet-bootstrap-winnt/cacert.pem
/contrib/lokinet-bootstrap-winnt/data.enc
/contrib/lokinet-bootstrap-winnt/out.bine
default.profraw
# ctags shit
GTAGS
GRTAGS
GPATH
version.txt
lokinet-bootstrap.exe
regdbhelper.dll
# xcode
xcuserdata/