X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.gitignore;h=e5234a3dc9484b126ba4ed8678b970ce893a7321;hb=835d83216bbac5e9eaaf30f16f87e48a83ec0efc;hp=8199aae69206e51490fefa7aacd1f68a2f979714;hpb=eb6c04f5d8a05c21b565e8897c029168cf20d700;p=mirror_iproute2.git diff --git a/.gitignore b/.gitignore index 8199aae6..e5234a3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,41 @@ +# locally generated Config +static-syms.h +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