From 67c436c880bc8e1b5e2a3059b3bde866e7070921 Mon Sep 17 00:00:00 2001 From: Nathan Wolek Date: Tue, 28 Aug 2012 15:05:42 +0200 Subject: [PATCH] Gitignoring *.o files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18bdef9..9f6ff52 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ !components/test.log/* components/test.log/.DS_Store build -Makefile \ No newline at end of file +Makefile +*.o \ No newline at end of file