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