X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.gitignore;h=f73d93ca5369a1efa0b3ea72868ccc3a12f8d055;hb=c94366cfc641c6ae43d01c2ac4c6b8993817b356;hp=9105e26c56cfce887bafeb00617ead0089c43d56;hpb=5a441543615a6893db7862bbc7d224795ed9ac5e;p=dpdk.git diff --git a/.gitignore b/.gitignore index 9105e26c56..f73d93ca53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,19 @@ +# 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 cscope.out.in cscope.out @@ -13,3 +23,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*