X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.gitignore;h=b98a43a6017ffd5a3a6727d3b1ec7d2d084f0ffc;hb=refs%2Fheads%2Fdoc-20211126;hp=6df5ba06868a620c2587f120f0ef65bfdca047cc;hpb=aafaea3d3b703ce052b7034f7542443cc2d06e32;p=dpdk.git diff --git a/.gitignore b/.gitignore index 6df5ba0686..b98a43a601 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,23 @@ +# ignore hidden files +.* + +# ignore generated documentation tables doc/guides/nics/overview_table.txt +doc/guides/nics/rte_flow_actions_table.txt +doc/guides/nics/rte_flow_items_table.txt doc/guides/cryptodevs/overview_feature_table.txt doc/guides/cryptodevs/overview_cipher_table.txt doc/guides/cryptodevs/overview_auth_table.txt doc/guides/cryptodevs/overview_aead_table.txt +doc/guides/cryptodevs/overview_asym_table.txt +doc/guides/cryptodevs/overview_os_table.txt +doc/guides/compressdevs/overview_feature_table.txt +doc/guides/regexdevs/overview_feature_table.txt +doc/guides/vdpadevs/overview_feature_table.txt +doc/guides/bbdevs/overview_feature_table.txt +doc/guides/gpus/overview_feature_table.txt + +# ignore generated ctags/cscope files cscope.out.po cscope.out.in cscope.out @@ -12,3 +27,13 @@ GPATH GRTAGS tags TAGS + +# ignore python bytecode files +*.pyc + +# ignore default build directory, and directories from test-meson-builds.sh +build +build-* +# ignore other build directory patterns +*-gcc* +*-clang*