2019-03-11 10:57:31 +00:00
|
|
|
# ignore hidden files
|
|
|
|
.*
|
|
|
|
|
2019-03-11 10:57:29 +00:00
|
|
|
# ignore generated documentation tables
|
2016-07-29 11:59:14 +00:00
|
|
|
doc/guides/nics/overview_table.txt
|
2017-03-23 11:38:55 +00:00
|
|
|
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
|
2019-04-03 10:38:20 +00:00
|
|
|
doc/guides/cryptodevs/overview_asym_table.txt
|
2018-05-09 16:14:35 +00:00
|
|
|
doc/guides/compressdevs/overview_feature_table.txt
|
2020-01-09 11:00:16 +00:00
|
|
|
doc/guides/vdpadevs/overview_feature_table.txt
|
2020-04-18 22:46:48 +00:00
|
|
|
doc/guides/bbdevs/overview_feature_table.txt
|
2019-03-11 10:57:29 +00:00
|
|
|
|
|
|
|
# ignore generated ctags/cscope files
|
2017-04-29 10:51:18 +00:00
|
|
|
cscope.out.po
|
|
|
|
cscope.out.in
|
|
|
|
cscope.out
|
|
|
|
cscope.files
|
|
|
|
GTAGS
|
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
tags
|
|
|
|
TAGS
|
2019-03-11 10:57:30 +00:00
|
|
|
|
|
|
|
# ignore python bytecode files
|
|
|
|
*.pyc
|
2019-03-11 10:57:32 +00:00
|
|
|
|
|
|
|
# ignore default build directory, and directories from test-meson-builds.sh
|
|
|
|
build
|
|
|
|
build-*
|
2019-09-14 15:05:09 +00:00
|
|
|
# ignore other build directory patterns
|
|
|
|
*-gcc*
|
|
|
|
*-clang*
|