X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.gitignore;h=b830c33f7ae3c36e0c2aea19b2dcea82ad1873c3;hb=2b0e0eba2c37a1d53bf179c2e676eb920a6ac85c;hp=c733967a85421df8bc0e0e3e43322eff41897782;hpb=807418f263a48855fcc64455afda1b7d4be03e47;p=dpdk.git diff --git a/.gitignore b/.gitignore index c733967a85..b830c33f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,28 @@ +# 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/compressdevs/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-*