test mbuf attach
[dpdk.git] / .gitignore
1 # ignore hidden files
2 .*
3
4 # ignore generated documentation tables
5 doc/guides/nics/overview_table.txt
6 doc/guides/cryptodevs/overview_feature_table.txt
7 doc/guides/cryptodevs/overview_cipher_table.txt
8 doc/guides/cryptodevs/overview_auth_table.txt
9 doc/guides/cryptodevs/overview_aead_table.txt
10 doc/guides/cryptodevs/overview_asym_table.txt
11 doc/guides/compressdevs/overview_feature_table.txt
12 doc/guides/regexdevs/overview_feature_table.txt
13 doc/guides/vdpadevs/overview_feature_table.txt
14 doc/guides/bbdevs/overview_feature_table.txt
15
16 # ignore generated ctags/cscope files
17 cscope.out.po
18 cscope.out.in
19 cscope.out
20 cscope.files
21 GTAGS
22 GPATH
23 GRTAGS
24 tags
25 TAGS
26
27 # ignore python bytecode files
28 *.pyc
29
30 # ignore default build directory, and directories from test-meson-builds.sh
31 build
32 build-*
33 # ignore other build directory patterns
34 *-gcc*
35 *-clang*