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