From 45d1c083867ea73a62b030e2d39636f6c89464b2 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 28 Dec 2020 00:16:14 +0100 Subject: [PATCH] Revert "Meta: Remove catchall lines in .gitignore (#4565)" This reverts commit bee1774b9253e8507b2f94762db3f83f82ef7521. It made our .gitignore ignore *everything*. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2d7d0b5a910..7237affb42f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ * +!*.* +!*/ !Makefile !LICENSE !Base/**