From 98333194dbb94f47910ba25e5085a224426b4b42 Mon Sep 17 00:00:00 2001 From: socec Date: Sun, 9 Mar 2014 18:09:18 +0100 Subject: [PATCH] adding object files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b23c67b..8d7596b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # executables moxerver +# object files +*.o