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