fixing gitignore file

This commit is contained in:
2024-01-03 15:45:24 +01:00
parent 09829ed104
commit 84ded2734d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,5 +17,5 @@
.cache/
objs/
build/
test/.gdb_history
test/Test
example/.gdb_history
example/Test
+1 -1
View File
@@ -64,7 +64,7 @@ target_end() -- optional but I think the code is cleaner with this -- optional b
target("Test")
set_default(false)
set_kind("binary")
set_targetdir("test")
set_targetdir("example")
add_linkdirs("./")