diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /ml/dlib/.hgignore | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ml/dlib/.hgignore')
-rw-r--r-- | ml/dlib/.hgignore | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/ml/dlib/.hgignore b/ml/dlib/.hgignore deleted file mode 100644 index 463303389..000000000 --- a/ml/dlib/.hgignore +++ /dev/null @@ -1,43 +0,0 @@ -/build/ -/build2/ -/build_clang/ -\.swp$ -\.swo$ -\.o$ -\.a$ -\.so$ -\.orig$ -\.obj$ -\.pyc$ -^build/ -^dist/ -^\.cache/ -^\.eggs/ -^dlib\.egg-info/ -^docs/release/ -^docs/docs/web/ -^docs/docs/chm/ -^docs/docs/cache/ -^docs/docs/log.txt$ -^docs/docs/old_log.txt$ -^dlib/test/debug.txt$ -^dlib/test/test$ -^dlib/test/makefile.bak$ -python_examples/.*.so$ -python_examples/.*.pyd$ -python_examples/.*.dll$ -python_examples/.*.lib$ -docs/docs/python/classes.txt -docs/docs/python/functions.txt -syntax: glob -dlib/test/build64/* -*.svm -dlib/test/build_python -dlib/test/test_log.txt -dlib/test/build_vc2015_64/* -dlib/test/build_vc2013_64/* -dlib/test/build_vc2012_64/* -dlib/java/libmyproject.so -dlib/java/myproject.jar -dlib/java/swig_test.class - |