mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,4 @@
|
|||||||
*
|
*
|
||||||
!*.*
|
|
||||||
!*/
|
|
||||||
!Makefile
|
!Makefile
|
||||||
!LICENSE
|
!LICENSE
|
||||||
!Base/**
|
!Base/**
|
||||||
|
|||||||
Reference in New Issue
Block a user