From fc2303e520338688095d176b845d3cf6b0b19267 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Wed, 2 Aug 2023 16:26:41 +0000 Subject: [PATCH] gitignore in weights --- .gitignore | 3 +-- weights/.gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 weights/.gitignore diff --git a/.gitignore b/.gitignore index c1c07029e..8c0328220 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ dist /env a.out boxes.jpg -weights/* pandecode.dump vertex.bin recognize* @@ -35,4 +34,4 @@ examples/net.*[js,json,safetensors] node_modules package.json package-lock.json -temp \ No newline at end of file +temp diff --git a/weights/.gitignore b/weights/.gitignore new file mode 100644 index 000000000..72e8ffc0d --- /dev/null +++ b/weights/.gitignore @@ -0,0 +1 @@ +*