From 733ed4b5ae271eff6eb72101d47c26b2befb31b2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 19 Aug 2021 16:17:40 -0300 Subject: .gitignore: Add libgistatic.a and src/config.h --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57d10cc..dc7a5fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ /public/ +/src/config.h /src/gistatic -*.o -*.t +/libgistatic.a +/src/*.o +/src/*.t *.mo *.po~ /doc/*.1 -- cgit v1.2.3