From 2fdfd33f97b559d1d6a28b477d50e8155af42085 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 14 Feb 2019 09:30:50 +0100 Subject: [PATCH] gitignore: added .o files for the servers --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ef28dd50..b3255ec5e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ bin/ *.log *.out *.toc +*.o build docs/ RELEASE.txt