Skip to content

Commit

Permalink
.gitignore: Ignore in-tree prerequisites.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240055 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
jason committed Sep 9, 2016
1 parent 61575e0 commit 8e84d0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ lost+found
# ignore ./contrib/gcc_update output
LAST_UPDATED
REVISION

# ignore in-tree prerequisites
/mpfr*
/mpc*
/gmp*
/isl*

0 comments on commit 8e84d0a

Please sign in to comment.