summaryrefslogtreecommitdiff
path: root/llama.cpp/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/.dockerignore')
-rw-r--r--llama.cpp/.dockerignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/llama.cpp/.dockerignore b/llama.cpp/.dockerignore
new file mode 100644
index 0000000..064b7c7
--- /dev/null
+++ b/llama.cpp/.dockerignore
@@ -0,0 +1,20 @@
+*.o
+*.a
+.cache/
+# Do not ignore .git directory, otherwise the reported build number will always be 0
+.github/
+.gitignore
+.vs/
+.vscode/
+.DS_Store
+
+build*/
+
+models/*
+
+/llama-cli
+/llama-quantize
+
+arm_neon.h
+compile_commands.json
+Dockerfile