From 8efa1d1d0aafa8ffc1d3ca382ed3e855d4c00cd5 Mon Sep 17 00:00:00 2001 From: Nigel Barink Date: Sat, 30 Apr 2022 22:53:40 +0200 Subject: [PATCH] Added the last two libs which are not yet submodules to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9256814..3a52511 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ intermediates/ tools/ *.make Makefile -.vscode/ \ No newline at end of file +.vscode/ +libs/lua +libs/glad