]> git.droids-corp.org - dpdk.git/blobdiff - .gitignore
test/crypto: add DOCSIS security cases
[dpdk.git] / .gitignore
index 6df5ba06868a620c2587f120f0ef65bfdca047cc..f2f88929460427fb09180f9739b5c56b5444d5fa 100644 (file)
@@ -1,8 +1,18 @@
+# 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
 cscope.out.in
 cscope.out
@@ -12,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*