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/cryptodevs/overview_os_table.txt 14doc/guides/compressdevs/overview_feature_table.txt 15doc/guides/regexdevs/overview_feature_table.txt 16doc/guides/vdpadevs/overview_feature_table.txt 17doc/guides/bbdevs/overview_feature_table.txt 18doc/guides/gpus/overview_feature_table.txt 19 20# ignore generated ctags/cscope files 21cscope.out.po 22cscope.out.in 23cscope.out 24cscope.files 25GTAGS 26GPATH 27GRTAGS 28tags 29TAGS 30 31# ignore python bytecode files 32*.pyc 33 34# ignore default build directory, and directories from test-meson-builds.sh 35build 36build-* 37# ignore other build directory patterns 38*-gcc* 39*-clang* 40