Skip to content

Commit

Permalink
Revert "Meta: Remove catchall lines in .gitignore (SerenityOS#4565)"
Browse files Browse the repository at this point in the history
This reverts commit bee1774.

It made our .gitignore ignore *everything*.
  • Loading branch information
awesomekling committed Dec 27, 2020
1 parent 4e99e01 commit 45d1c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*
!*.*
!*/
!Makefile
!LICENSE
!Base/**
Expand Down

0 comments on commit 45d1c08

Please sign in to comment.