aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJiří Podivín <66251151+jpodivin@users.noreply.github.com>2023-07-21 12:09:16 +0200
committerGitHub <noreply@github.com>2023-07-21 13:09:16 +0300
commit54e3bc76fed914f8d4a30a7a50c19867cccb1338 (patch)
treeedfb0147db2b09fadf6f399d5994ce9427074e03 /.gitignore
parent019fe257bbf699f400231683a8b816ad90281275 (diff)
make : add new target for test binaries (#2244)
Programs in the tests directory are now build with target tests and placed in the same location. * clean target was expanded to remove new binaries * test target binaries are listed in a variable * Locations of binaries were added to the .gitignore Signed-off-by: Jiri Podivin <jpodivin@gmail.com> Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a23ac59..9193930 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,12 @@ qnt-*.txt
perf-*.txt
examples/jeopardy/results.txt
+
+# Test binaries
+tests/test-double-float
+tests/test-grad0
+tests/test-opt
+tests/test-quantize-fns
+tests/test-quantize-perf
+tests/test-sampling
+tests/test-tokenizer-0