7df9d02e68
Fixes: 11e5ba72cf
("doc: add crypto asymmetric feature list")
Cc: stable@dpdk.org
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
30 lines
636 B
Plaintext
30 lines
636 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
|
|
|
|
# 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-*
|