udp tcp epoll serv
[socket_samples.git] / .gitignore
blob4d40434d64211e92aee925553d1e87d57b0ed08d
1 # Object files
2 *.o
3 *.ko
4 *.obj
5 *.elf
7 # Libraries
8 *.lib
9 *.a
11 # Shared objects (inc. Windows DLLs)
12 *.dll
13 *.so
14 *.so.*
15 *.dylib
17 # Executables
18 *.exe
19 *.out
20 *.app
21 *.i*86
22 *.x86_64
23 *.hex