iproute2/.gitignore
<<
>>
Prefs
   1# locally generated
   2Config
   3static-syms.h
   4config.*
   5*.o
   6*.a
   7*.so
   8*~
   9\#*#
  10
  11# cscope
  12cscope.*
  13ncscope.*
  14tags
  15TAGS
  16
  17# git files that we don't want to ignore even it they are dot-files
  18!.gitignore
  19!.mailmap
  20
  21# for patch generation
  22*.diff
  23*.patch
  24*.orig
  25*.rej
  26
  27# for quilt
  28.pc
  29patches
  30series
  31
  32# for gdb
  33.gdbinit
  34.gdb_history
  35*.gdb
  36
  37# tests
  38testsuite/results
  39testsuite/iproute2/iproute2-this
  40testsuite/tools/generate_nlmsg
  41testsuite/tests/ip/link/dev_wo_vf_rate.nl
  42