From 2365316c262cfb42f2511da6952e68311dedbf88 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Sat, 18 Dec 2021 15:38:36 -0500 Subject: [PATCH] Forgot to add static libraries to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1fec24f..09f7d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ objs/ ###file types to ignore### *.swp *.o +*.a *.so *.cxx *.root