dpdk/.gitignore
<<
>>
Prefs
   1# ignore hidden files
   2.*
   3
   4# ignore generated documentation tables
   5doc/guides/nics/overview_table.txt
   6doc/guides/nics/rte_flow_actions_table.txt
   7doc/guides/nics/rte_flow_items_table.txt
   8doc/guides/cryptodevs/overview_feature_table.txt
   9doc/guides/cryptodevs/overview_cipher_table.txt
  10doc/guides/cryptodevs/overview_auth_table.txt
  11doc/guides/cryptodevs/overview_aead_table.txt
  12doc/guides/cryptodevs/overview_asym_table.txt
  13doc/guides/compressdevs/overview_feature_table.txt
  14doc/guides/regexdevs/overview_feature_table.txt
  15doc/guides/vdpadevs/overview_feature_table.txt
  16doc/guides/bbdevs/overview_feature_table.txt
  17
  18# ignore generated ctags/cscope files
  19cscope.out.po
  20cscope.out.in
  21cscope.out
  22cscope.files
  23GTAGS
  24GPATH
  25GRTAGS
  26tags
  27TAGS
  28
  29# ignore python bytecode files
  30*.pyc
  31
  32# ignore default build directory, and directories from test-meson-builds.sh
  33build
  34build-*
  35# ignore other build directory patterns
  36*-gcc*
  37*-clang*
  38