From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/examples/simple-cmake-pkg/.gitignore | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 llama.cpp/examples/simple-cmake-pkg/.gitignore (limited to 'llama.cpp/examples/simple-cmake-pkg/.gitignore') diff --git a/llama.cpp/examples/simple-cmake-pkg/.gitignore b/llama.cpp/examples/simple-cmake-pkg/.gitignore new file mode 100644 index 0000000..67c01d6 --- /dev/null +++ b/llama.cpp/examples/simple-cmake-pkg/.gitignore @@ -0,0 +1,50 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +*.gguf + +*.log +.DS_Store +.build/ +.cache/ +.direnv/ +.envrc +.swiftpm +.venv +.clang-tidy +.vs/ +.vscode/ + +build*/ +out/ +tmp/ -- cgit v1.2.3