annotate .hgignore @ 38:8934ac156ef5

Allow to build with the PyPI package "clang" instead of "libclang". 1. It seems to be maintained. 2. In the FreeBSD base system there is no pre-built libclang.so. If you need this library you have to install llvm from ports additionally. 2. On FreeBSD there is no pre-built wheel "libclang" with a packaged libclang.so.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 23 Sep 2025 10:27:15 +0200
parents 710d30cd138a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6015a75abc2d Begin a repo to build PyMuPDF on FreeBSD
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 syntax: regexp
6015a75abc2d Begin a repo to build PyMuPDF on FreeBSD
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2
6015a75abc2d Begin a repo to build PyMuPDF on FreeBSD
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 (^|/)_venv.*
5
710d30cd138a More files ignored
Franz Glasner <fzglas.hg@dom66.de>
parents: 0
diff changeset
4 ^_.*\.(log|txt)$
710d30cd138a More files ignored
Franz Glasner <fzglas.hg@dom66.de>
parents: 0
diff changeset
5 ^_tmp/