iproute2/.gitignore
Phil Sutter 886f2c43b5 testsuite: Generate nlmsg blob at runtime
Since netlink messages are in host byte order, shipping a pre-generated
nlmsg blob won't suffice on systems with different endianness. Therefore
generate the blob at runtime, so it's content fits the hosts endianness.

Note that the generated message will contain only a single interface
featuring two VFs instead of the full list before. Yet this is
sufficient, as it triggers the crash with iproute versions prior to
commit 8c29ae7cc2 ("ip link: Fix crash on older kernels when show VF
dev").

Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-02-09 17:28:48 -08:00

51 lines
551 B
Plaintext

static-syms.h
config.*
Config
*.o
*.a
*.so
*~
\#*#
# cscope
cscope.*
ncscope.*
tags
TAGS
# git files that we don't want to ignore even it they are dot-files
!.gitignore
!.mailmap
# for patch generation
*.diff
*.patch
*.orig
*.rej
# for quilt
.pc
patches
series
# for gdb
.gdbinit
.gdb_history
*.gdb
# tests
testsuite/results
testsuite/iproute2/iproute2-this
testsuite/tools/generate_nlmsg
testsuite/tests/ip/link/dev_wo_vf_rate.nl
# doc files generated at runtime
doc/*.aux
doc/*.log
doc/*.toc
doc/*.ps
doc/*.dvi
doc/*.html
doc/*.pdf
doc/*.out