X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.gitignore;h=f2f88929460427fb09180f9739b5c56b5444d5fa;hb=b2aa2c9723796d81cb9216f3a5c5e195796985fa;hp=b23e1dbb7a410a7d7832bbf8326a49c70c702678;hpb=48e16ad260220a2cec723882898d886911e0e0c3;p=dpdk.git diff --git a/.gitignore b/.gitignore index b23e1dbb7a..f2f8892946 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,16 @@ +# ignore hidden files +.* + # ignore generated documentation tables doc/guides/nics/overview_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/compressdevs/overview_feature_table.txt +doc/guides/vdpadevs/overview_feature_table.txt +doc/guides/bbdevs/overview_feature_table.txt # ignore generated ctags/cscope files cscope.out.po @@ -16,3 +22,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*