mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
Make GCC's gitignore not skip in house deps
This caused untracked files in libs upgrade to be ignored and also not showing in git status
This commit is contained in:
parent
88896a1144
commit
3fa09319ac
9
gcc/.gitignore
vendored
9
gcc/.gitignore
vendored
@ -51,7 +51,8 @@ LAST_UPDATED
|
||||
REVISION
|
||||
|
||||
# ignore in-tree prerequisites
|
||||
/mpfr*
|
||||
/mpc*
|
||||
/gmp*
|
||||
/isl*
|
||||
##Haiku: We care about changes in our in tree deps
|
||||
##/mpfr*
|
||||
##/mpc*
|
||||
##/gmp*
|
||||
##/isl*
|
||||
|
Loading…
Reference in New Issue
Block a user