summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2022-02-21 00:10:45 -0800
committerBrian Chu <brianmchu42@gmail.com>2022-02-21 00:10:45 -0800
commit1e2642d8793e6a4fb6cba16cd651d5fdca3e4581 (patch)
tree39111401379714382d120f7cb8fc74857e6dc508
parente7614c20da8168140d0e34307f60474102d4541d (diff)
downloadAdventOfCode2017-1e2642d8793e6a4fb6cba16cd651d5fdca3e4581.tar.gz
ignore compiled c binaries
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 74da6d7..4aad606 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 *.txt
-
+*.o
 .fake
 .ionide
\ No newline at end of file