1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 01:18:22 +01:00
antd-lua-plugin/.gitignore

77 lines
664 B
Plaintext
Raw Permalink Normal View History

2018-09-20 10:28:41 +02:00
# Prerequisites
plugins
build
*._*
*.d
2019-11-14 18:46:49 +01:00
*.deb
2018-09-20 10:28:41 +02:00
.vscode
# 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
modules.order
Module.symvers
2019-11-14 18:46:49 +01:00
Makefile.old
2018-09-20 10:28:41 +02:00
dkms.con
.DS_Store
2019-11-14 18:46:49 +01:00
.*
*.cache
Makefile
antd
compile
config.guess
depcomp
install-sh
missing
libtool
config.log
config.status
config.sub
configure
aclocal.m4
ltmain.sh
2019-11-30 20:46:03 +01:00
Makefile.in
# others
3rd/lua-5.3.4/lua
3rd/lua-5.3.4/luac