X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=.gitignore;h=f73d93ca5369a1efa0b3ea72868ccc3a12f8d055;hp=eb3c23705b9523730d18e056db79f921c3f0b9cf;hb=7194e9ee66d6f229862e9293fed358061fb93daf;hpb=5957cda7af9c55da3dbb8c2cd79befe77197de9f diff --git a/.gitignore b/.gitignore index eb3c23705b..f73d93ca53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,17 @@ +# 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/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 @@ -19,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*