aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2017-10-02 23:25:18 -0400
committerGitHub <noreply@github.com>2017-10-02 23:25:18 -0400
commit9c44e6f7646533c0e84fc36f3ad753f92df14caf (patch)
tree81019b6b04844d10e2795d8f401df9674612849d
parent9125620ff177c01f78f745ff85a28574796d1e39 (diff)
Ignore all compiled .o files
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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