Commit 5855e68
committed
diagnostic: ignore FUSE-T files
FUSE-T is an alternative FUSE implementation for macOS.
Before:
```
% brew doctor
[...]
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
sshfs-mac
icu4c@76
icu4c@77
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libfuse-t-1.0.49.dylib
Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.
Unexpected '.pc' files:
/usr/local/lib/pkgconfig/fuse-t.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libfuse-t-1.0.49.a
Warning: You have uncommitted modifications to Homebrew/brew.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f
Uncommitted files:
?? Library/Homebrew/traildepot/.gitignore
?? Library/Homebrew/traildepot/config.textproto
[...]
```
After:
```
% brew doctor
[...]
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
sshfs-mac
icu4c@76
icu4c@77
Warning: You have uncommitted modifications to Homebrew/brew.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f
Uncommitted files:
?? Library/Homebrew/traildepot/.gitignore
?? Library/Homebrew/traildepot/config.textproto
[...]
```
Resolves macos-fuse-t/fuse-t#36.1 parent 65ded76 commit 5855e68
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
| 279 | + | |
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
| |||
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| 308 | + | |
306 | 309 | | |
307 | 310 | | |
308 | 311 | | |
| |||
0 commit comments