fixing gitignore file

This commit is contained in:
Kbz-8
2024-01-03 15:45:24 +01:00
parent 2c1f5181bf
commit d6b3f5dcc2
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -17,5 +17,5 @@
.cache/ .cache/
objs/ objs/
build/ build/
test/.gdb_history example/.gdb_history
test/Test example/Test

View File

@@ -64,7 +64,7 @@ target_end() -- optional but I think the code is cleaner with this -- optional b
target("Test") target("Test")
set_default(false) set_default(false)
set_kind("binary") set_kind("binary")
set_targetdir("test") set_targetdir("example")
add_linkdirs("./") add_linkdirs("./")