Revert "Meta: Remove catchall lines in .gitignore (#4565)"

This reverts commit bee1774b92.

It made our .gitignore ignore *everything*.
This commit is contained in:
Andreas Kling 2020-12-28 00:16:14 +01:00
parent 4e99e013f0
commit 45d1c08386

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
* *
!*.*
!*/
!Makefile !Makefile
!LICENSE !LICENSE
!Base/** !Base/**