X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitignore;h=d44f60295d079e2481c5949aeede221f5c731ccd;hb=4d0754c5f572b01cf2fe6c8ab292adba83331cbc;hp=dc1bf3f11bbe6ce3c52dbc60b3f2425bd606828f;hpb=8c21d9c72e3c7a520d32d1593a99a7c2a736f258;p=binutils-gdb.git diff --git a/.gitignore b/.gitignore index dc1bf3f11bb..d44f60295d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,15 +4,18 @@ *.rej *~ -*.a +.#* +*# + *.flt -*.gdb *.gmo *.info *.la *.lo *.o +*.pyc *.tmp +*.a .deps .libs @@ -24,17 +27,48 @@ config.intl config.log config.status libtool -Makefile -stamp-* POTFILES *-POTFILES -*/po/Makefile.in + +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 -*.log -*.sum +# ignore ./contrib/gcc_update output +LAST_UPDATED +REVISION + +stamp-* +*.stamp + +# ignore in-tree prerequisites +/mpfr* +/mpc* +/gmp* +/isl*