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