Skip to content

Commit

Permalink
Meta: Remove catchall lines in .gitignore (SerenityOS#4565)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lanza committed Dec 27, 2020
1 parent f603128 commit bee1774
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
*
!*.*
!*/
!Makefile
!LICENSE
!Base/**
Expand Down

0 comments on commit bee1774

Please sign in to comment.