Files
Carbon/.gitignore
Azreyo 9188733f9f
All checks were successful
CI Pipeline / build (push) Successful in 2m21s
CI Pipeline / security-scan (push) Successful in 1m19s
CI Pipeline / code-quality (push) Successful in 2m54s
CI Pipeline / docker-build (push) Successful in 2m55s
CI Pipeline / test (push) Successful in 1m19s
fix: improve memory management and error handling in WebSocket and HTTP2 implementations
2026-04-09 15:41:17 +02:00

62 lines
553 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
log/*
server
ssl/*
# Allow .github/workflows for CI/CD
.github/*
!.github/workflows/
src/bin
docker-push.sh
.idea
error.txt