X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgcc.git;a=blobdiff_plain;f=.gitignore;h=d9d3967a12c6c2a32caad71e1e82d1080a9bcb3d;hp=c9a6158bc4e6631412b2f798e0e19f93a7bb4b8e;hb=30c6e576a32bfa132fd57434a80b35b712f05458;hpb=daa53f38eeff5a6de8c6e345f6e0aa4385b514ec diff --git a/.gitignore b/.gitignore index c9a6158bc4e6..d9d3967a12c6 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ TAGS.sub .lvimrc .clang-format +.clangd +compile_commands.json .gdbinit .gdb_history @@ -49,3 +51,9 @@ lost+found # ignore ./contrib/gcc_update output LAST_UPDATED REVISION + +# ignore in-tree prerequisites +/mpfr* +/mpc* +/gmp* +/isl*