mirror of https://github.com/F-Stack/f-stack.git
update .gitignore
This commit is contained in:
parent
d9e0c21a28
commit
ce3a97c9f6
|
@ -6,6 +6,7 @@
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.swap
|
*.swap
|
||||||
|
*.pcap
|
||||||
dpdk/x86_64-native-linuxapp-gcc/
|
dpdk/x86_64-native-linuxapp-gcc/
|
||||||
example/helloworld
|
example/helloworld
|
||||||
example/helloworld_epoll
|
example/helloworld_epoll
|
||||||
|
@ -20,3 +21,5 @@ lib/machine_include/
|
||||||
lib/vnode_if.h
|
lib/vnode_if.h
|
||||||
lib/vnode_if_newproto.h
|
lib/vnode_if_newproto.h
|
||||||
lib/vnode_if_typedef.h
|
lib/vnode_if_typedef.h
|
||||||
|
app/nginx-1.11.10/objs/
|
||||||
|
app/nginx-1.11.10/Makefile
|
||||||
|
|
Loading…
Reference in New Issue