Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/jbig2dec/.gitignore @ 3:2c135c81b16c
MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:44:09 +0200 |
| parents | b50eed0cc0ef |
| children |
comparison
equal
deleted
inserted
replaced
| 0:6015a75abc2d | 3:2c135c81b16c |
|---|---|
| 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 |
