diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2016-09-09 17:20:55 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2016-09-09 17:20:55 -0400 |
commit | 51389084ec8de8c5a1055c77a2df5a84c5597af6 (patch) | |
tree | 1286f91f9376f17155b4b735a7b0c4ed317f04ff /.gitignore | |
parent | 922cbb7c7b88816b8b40d094a277482e8cf3032f (diff) | |
download | gcc-51389084ec8de8c5a1055c77a2df5a84c5597af6.tar.gz |
.gitignore: Ignore in-tree prerequisites.
From-SVN: r240055
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c9a6158bc4e..b53f60db792 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,9 @@ lost+found # ignore ./contrib/gcc_update output LAST_UPDATED REVISION + +# ignore in-tree prerequisites +/mpfr* +/mpc* +/gmp* +/isl* |