From f95c264f1756a4ce6b11a01c912a2ca036d21412 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Sat, 17 Aug 2019 12:34:53 +0300 Subject: [PATCH] Meta: Fix .gitignore excluding files under Base/ --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0eebb5526a..80d572b390 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ !*/ !Makefile !LICENSE -!Base/* +!Base/** *.o *.ao