X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=.gitignore;h=d44f60295d079e2481c5949aeede221f5c731ccd;hb=362a07001900888b37d54523aa010806bd754e18;hp=bda55a383990eecd0fa7b5801bff81fbf192f823;hpb=bf51454b450bbc099e8be9aa178b86ea010edd4e;p=deliverable%2Fbinutils-gdb.git diff --git a/.gitignore b/.gitignore index bda55a3839..d44f60295d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.o *.pyc *.tmp +*.a .deps .libs @@ -32,11 +33,42 @@ POTFILES TAGS TAGS.sub +.local.vimrc +.lvimrc + +.clang-format +.clang-tidy +.clangd +.cache +compile_commands.json + .gdbinit .gdb_history +perf.data +perf.data.old + +# gnu global files +GPATH +GRTAGS +GTAGS +GSYMS + # ignore core files, but not java/net/protocol/core/ core !core/ lost+found + +# ignore ./contrib/gcc_update output +LAST_UPDATED +REVISION + +stamp-* +*.stamp + +# ignore in-tree prerequisites +/mpfr* +/mpc* +/gmp* +/isl*