X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=.gitignore;h=f73d93ca5369a1efa0b3ea72868ccc3a12f8d055;hp=39e00bd6331b28c198ea36917c0af9b7d449c2c5;hb=972a1bf8120d971c04c065221c46c37c266b1f62;hpb=64ab56632f0b28199297184a6a4a896fa39c5258 diff --git a/.gitignore b/.gitignore index 39e00bd633..f73d93ca53 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,11 @@ 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/regexdevs/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 @@ -22,3 +26,10 @@ 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*