X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.gitignore;h=b19c0717e685fe6ed91798801309a5eec8697a3b;hb=50cc92dde839ba7904b7ffa3aa0bb7b1a8e0e8c5;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=0c9a540ed217764aefc5cb645f3cafd4f9e79765;p=dpdk.git diff --git a/.gitignore b/.gitignore index e69de29bb2..b19c0717e6 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,37 @@ +# ignore hidden files +.* + +# ignore generated documentation tables +doc/guides/nics/overview_table.txt +doc/guides/nics/rte_flow_actions_table.txt +doc/guides/nics/rte_flow_items_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 +cscope.files +GTAGS +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*