Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/jbig2dec/.gitignore @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 # ignore editor backup files | |
| 2 *~ | |
| 3 *.swp | |
| 4 | |
| 5 # ignore generated files | |
| 6 .deps | |
| 7 .libs | |
| 8 m4 | |
| 9 configure.ac | |
| 10 Makefile | |
| 11 Makefile.in | |
| 12 aclocal.m4 | |
| 13 ar-lib | |
| 14 compile | |
| 15 config.guess | |
| 16 config.h | |
| 17 config.h.in | |
| 18 config.sub | |
| 19 config_types.h | |
| 20 config_types.h.in | |
| 21 depcomp | |
| 22 install-sh | |
| 23 libtool | |
| 24 ltmain.sh | |
| 25 missing | |
| 26 stamp-h1 | |
| 27 test-driver | |
| 28 test_arith | |
| 29 test_huffman | |
| 30 test_sha1 | |
| 31 | |
| 32 # ignore object files | |
| 33 *.o | |
| 34 *.lo | |
| 35 | |
| 36 # ignore normal build products | |
| 37 jbig2dec | |
| 38 jbig2dec.pc | |
| 39 libjbig2dec.a | |
| 40 libjbig2dec.la |
