mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Meta: Remove catchall lines in .gitignore (#4565)
These two lines caused this local .gitignore to supersede all inputs in any files specified by a user's `core.excludesFile` configuration since the first match was going to be `!*.*` for any file with a decimal or any directory. `git check-ignore -v somefile` can be used to test this.
This commit is contained in:
parent
f603128e55
commit
bee1774b92
Notes:
sideshowbarker
2024-07-19 00:32:07 +09:00
Author: https://github.com/lanza Commit: https://github.com/SerenityOS/serenity/commit/bee1774b925 Pull-request: https://github.com/SerenityOS/serenity/pull/4565
1 changed files with 0 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,4 @@
|
|||
*
|
||||
!*.*
|
||||
!*/
|
||||
!Makefile
|
||||
!LICENSE
|
||||
!Base/**
|
||||
|
|
Loading…
Reference in a new issue