Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/leptonica/.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 # backup files | |
| 2 *~ | |
| 3 | |
| 4 # build directories | |
| 5 /build* | |
| 6 /.cppan* | |
| 7 /.sw* | |
| 8 /win* | |
| 9 /bin | |
| 10 | |
| 11 # files in prog without a . | |
| 12 /prog/* | |
| 13 !/prog/*/ | |
| 14 !/prog/*.* | |
| 15 | |
| 16 # files generated by build | |
| 17 *.exe | |
| 18 *.la | |
| 19 *.lo | |
| 20 *.log | |
| 21 *.o | |
| 22 *.pc | |
| 23 *.lnk | |
| 24 .deps | |
| 25 .libs | |
| 26 makefile | |
| 27 Makefile | |
| 28 Makefile.in | |
| 29 /aclocal.m4 | |
| 30 /autom4te.cache | |
| 31 /config/ | |
| 32 /config.status | |
| 33 /config_auto.h | |
| 34 /configure | |
| 35 /lib/ | |
| 36 /libtool | |
| 37 /m4/ | |
| 38 /obj/ | |
| 39 /src/endianness.h | |
| 40 /stamp-h1 | |
| 41 cmake/templates/LeptonicaConfig-version.cmake | |
| 42 cmake/templates/LeptonicaConfig.cmake | |
| 43 | |
| 44 # files generated by compiling conv2doxy | |
| 45 conv2doxy | |
| 46 | |
| 47 # files generated by doxygen | |
| 48 /doxygen.log | |
| 49 /doc/*.tmp | |
| 50 /doc/html/* | |
| 51 | |
| 52 # test results | |
| 53 /prog/*.trs |
