diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 09:15:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 09:15:08 +0100 |
| commit | e101c9a779a8df023973be161453994fe2aa6346 (patch) | |
| tree | eac723ee0404357844adaf8d2e15d3a0cc99480f /.gitignore | |
| parent | 67670dd3be23a731e3ac4156c36e873102159042 (diff) | |
feat(lib): Introduce varadic arguments by reference instead of copying
them.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,3 +30,6 @@ *.exe *.out *.app + +# CMake build output +*/build/
\ No newline at end of file |
