Files
nginx-modules/ngx_http_limit_req_module/.gitignore
2026-05-17 11:34:54 +08:00

70 lines
580 B
Plaintext

# Prerequisites
*.d
# Cache
.cache
# 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
debugger
out.bin
one.bin
two.bin
# Kernel Module Compile Results
*.mod*
!go.mod
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Dev Files
compile_commands.json
.vscode/
# nginx files
build/
nginx-1.26.3/
nginx.tar.gz