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/compressdevs/overview_feature_table.txt 11 12# ignore generated ctags/cscope files 13cscope.out.po 14cscope.out.in 15cscope.out 16cscope.files 17GTAGS 18GPATH 19GRTAGS 20tags 21TAGS 22 23# ignore python bytecode files 24*.pyc 25 26# ignore default build directory, and directories from test-meson-builds.sh 27build 28build-* 29