Meta: Fix .gitignore excluding files under Base/

This commit is contained in:
Sergey Bugaev 2019-08-17 12:34:53 +03:00 committed by Andreas Kling
commit f95c264f17
Notes: sideshowbarker 2024-07-19 12:38:51 +09:00

2
.gitignore vendored
View file

@ -3,7 +3,7 @@
!*/ !*/
!Makefile !Makefile
!LICENSE !LICENSE
!Base/* !Base/**
*.o *.o
*.ao *.ao