X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=.gitignore;h=2acb4597528fc18c0c962fbc23c549303dd4b4c3;hb=9db66782bd06b23c47782aa4c7ce8adb1027101e;hp=a722abea21fe66008cd08ac2ef6a80b22821d867;hpb=9db3f52126fbd759653b4092bce199dd040c1a8b;p=dpdk.git diff --git a/.gitignore b/.gitignore index a722abea21..2acb459752 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,33 @@ +# 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 + +# 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*