65f1eecaa0
Adding missing overview page in documentation with comparison of feature set by each available PMD implementation. Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Acked-by: Dave Burley <dave.burley@accelercomm.com> Acked-by: Niall Power <niall.power@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
35 lines
784 B
Plaintext
35 lines
784 B
Plaintext
# ignore hidden files
|
|
.*
|
|
|
|
# ignore generated documentation tables
|
|
doc/guides/nics/overview_table.txt
|
|
doc/guides/cryptodevs/overview_feature_table.txt
|
|
doc/guides/cryptodevs/overview_cipher_table.txt
|
|
doc/guides/cryptodevs/overview_auth_table.txt
|
|
doc/guides/cryptodevs/overview_aead_table.txt
|
|
doc/guides/cryptodevs/overview_asym_table.txt
|
|
doc/guides/compressdevs/overview_feature_table.txt
|
|
doc/guides/vdpadevs/overview_feature_table.txt
|
|
doc/guides/bbdevs/overview_feature_table.txt
|
|
|
|
# ignore generated ctags/cscope files
|
|
cscope.out.po
|
|
cscope.out.in
|
|
cscope.out
|
|
cscope.files
|
|
GTAGS
|
|
GPATH
|
|
GRTAGS
|
|
tags
|
|
TAGS
|
|
|
|
# ignore python bytecode files
|
|
*.pyc
|
|
|
|
# ignore default build directory, and directories from test-meson-builds.sh
|
|
build
|
|
build-*
|
|
# ignore other build directory patterns
|
|
*-gcc*
|
|
*-clang*
|