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