aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2025-09-14 15:59:09 +0200
committerJan Sucan <jan@jansucan.com>2025-09-14 15:59:09 +0200
commit2f7c84e0077e9741df97bf441f828a3bbc0a01b6 (patch)
tree9b9a6eeb830ed22dccf18273b7b2558d4ba5c9da
parentc80f58eab4c310d96fb46b6b1204fa98dd780265 (diff)
.gitignore: Add .o files generated by the compiler
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 457f03d..a5ed347 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*~
*.hi
+*.o