mirror of https://github.com/F-Stack/f-stack.git
Update .gitignore.
This commit is contained in:
parent
b3aff0ba02
commit
4095213e96
|
@ -6,3 +6,17 @@
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.swap
|
*.swap
|
||||||
|
dpdk/x86_64-native-linuxapp-gcc/
|
||||||
|
example/helloworld
|
||||||
|
example/helloworld_epoll
|
||||||
|
lib/bus_if.h
|
||||||
|
lib/cryptodev_if.c
|
||||||
|
lib/cryptodev_if.h
|
||||||
|
lib/device_if.h
|
||||||
|
lib/filtered_predefined_macros.h
|
||||||
|
lib/linker_if.c
|
||||||
|
lib/linker_if.h
|
||||||
|
lib/machine_include/
|
||||||
|
lib/vnode_if.h
|
||||||
|
lib/vnode_if_newproto.h
|
||||||
|
lib/vnode_if_typedef.h
|
||||||
|
|
Loading…
Reference in New Issue