From 9c44e6f7646533c0e84fc36f3ad753f92df14caf Mon Sep 17 00:00:00 2001
From: Rob Loach <robloach@gmail.com>
Date: Mon, 2 Oct 2017 23:25:18 -0400
Subject: Ignore all compiled .o files

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index d0ba729..5ff8eb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 bin
 obj
 *.depend
-*.layout
\ No newline at end of file
+*.layout
+*.o
-- 
cgit v1.2.3