1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 13:39:46 +02:00
ant-http/.gitignore

56 lines
450 B
Plaintext
Raw Normal View History

2016-10-31 18:32:25 +01:00
# Prerequisites
plugins
2016-12-15 14:46:50 +01:00
build
2016-11-01 03:57:40 +01:00
*._*
2016-10-31 18:32:25 +01:00
*.d
2017-01-17 14:49:41 +01:00
.vscode
2016-10-31 18:32:25 +01:00
# 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
Mkfile.old
dkms.con
2017-07-29 22:00:34 +02:00
.DS_Store