comparison mupdf-source/thirdparty/gumbo-parser/.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 # Compilation artifacts
2 *.o
3 *.lo
4 *.la
5
6 # Editor swap files
7 *.swp
8 *.swo
9 *.swn
10
11 #emacs editor leftovers
12 *.*~
13
14 #diff leftovers
15 *.orig
16
17 # gtest pieces
18 gtest
19 gtest-1.7.0
20
21 # Other build artifacts
22 /Debug
23 /visualc/Debug
24 /visualc/Release
25 /visualc/gumbo.sdf
26 /visualc/gumbo.opensdf
27 /build
28 .log
29 .sdf
30 .opensdf
31 .deps
32 .dirstamp
33 .libs
34 Makefile
35 Makefile.in
36 aclocal.m4
37 autom4te.cache
38 compile
39 config.guess
40 config.log
41 config.status
42 config.sub
43 configure
44 depcomp
45 gumbo.pc
46 gumbo_test
47 gumbo_test.log
48 gumbo_test.trs
49 install-sh
50 libtool
51 ltmain.sh
52 m4/
53 missing
54 test-driver
55 test-suite.log
56
57 # gyp android artifacts
58 gumbo_parser.target.mk
59
60 # `make dist` artifacts
61 /gumbo-[0-9].[0-9].tar.gz
62 /gumbo-[0-9].[0-9]/
63
64 # Python dist artifacts
65 *.pyc
66 *.dylib
67 dist
68 build
69 python/gumbo.egg-info
70 python/gumbo/libgumbo.so
71
72 # Example binaries
73 benchmark
74 clean_text
75 find_links
76 get_title
77 positions_of_class
78 prettyprint
79 serialize