apisix/.gitignore

63 lines
531 B
Plaintext
Raw Normal View History

2019-04-10 10:02:06 +08:00
# Compiled Lua sources
luac.out
# luarocks build files
*.src.rock
*.zip
*.tar.gz
# Object files
*.o
*.os
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
2019-04-10 11:08:25 +08:00
# develop
*.log
*.pid
2019-04-11 15:00:59 +08:00
t/servroot
2019-04-11 15:17:52 +08:00
go
conf/apisix.uid
conf/nginx.conf
2019-06-13 17:21:22 +08:00
deps
scgi_temp
uwsgi_temp
proxy_temp
fastcgi_temp
client_body_temp
utils/lj-releng
default.etcd/
2020-01-17 15:00:24 +08:00
.idea/
*.iml
\.*
# .travis
!.travis/*.sh