]> git.droids-corp.org - dpdk.git/blobdiff - .gitignore
net/virtio-user: fix advertising of protocol features
[dpdk.git] / .gitignore
index 5eda2c31ec880531cd1367d46c1679ad894c2700..f73d93ca5369a1efa0b3ea72868ccc3a12f8d055 100644 (file)
@@ -9,6 +9,9 @@ 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
@@ -27,3 +30,6 @@ TAGS
 # ignore default build directory, and directories from test-meson-builds.sh
 build
 build-*
+# ignore other build directory patterns
+*-gcc*
+*-clang*