]> git.droids-corp.org - dpdk.git/blobdiff - .gitignore
net/mlx5: handle Tx completion with error
[dpdk.git] / .gitignore
index eb3c23705b9523730d18e056db79f921c3f0b9cf..5eda2c31ec880531cd1367d46c1679ad894c2700 100644 (file)
@@ -1,9 +1,13 @@
+# 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
 
 # ignore generated ctags/cscope files
@@ -19,3 +23,7 @@ TAGS
 
 # ignore python bytecode files
 *.pyc
+
+# ignore default build directory, and directories from test-meson-builds.sh
+build
+build-*