From b817dbffa2edec560bd4340b9368ae26ba854012 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 9 Feb 2026 22:42:28 +0100 Subject: local ignore --- .gitignore | 1 - src/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/.gitignore 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 -- cgit v1.2.3