summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--src/.gitignore2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9fae9d6..622d2fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,4 +60,3 @@ out*/
build*/
.cache/
compile_commands.json
-*.o
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..6aad482
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,2 @@
+wayclock
+*.o \ No newline at end of file