diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | src/.gitignore | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |
