projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922cbb7
)
.gitignore: Ignore in-tree prerequisites.
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 9 Sep 2016 21:20:55 +0000
(17:20 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 9 Sep 2016 21:20:55 +0000
(17:20 -0400)
From-SVN: r240055
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index c9a6158bc4e6631412b2f798e0e19f93a7bb4b8e..b53f60db79205a7889705e8b211596a70f53b404 100644
(file)
--- 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*