• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Prerequisites
2*.d
3
4# Precompiled headers
5*.gch
6*.pch
7
8# Object files
9*.slo
10*.lo
11*.o
12*.obj
13
14# Linker output files
15*.exp
16*.ilk
17*.map
18
19# Compiled dynamic libraries
20*.dll
21*.dylib
22*.so
23*.so.*
24
25# Compiled static libraries
26*.a
27*.la
28*.lai
29*.lib
30
31# Compiled executables
32*.app/
33*.exe
34
35# Debug files
36*.dSYM/
37*.idb
38*.pdb
39*.su
40
41# Libpng configuration and build artifacts
42*.out
43.deps/
44.dirstamp
45/Makefile
46/autom4te.cache/
47/config.guess~
48/config.h.in~
49/config.log
50/config.status
51/config.sub~
52/configure~
53/install-sh~
54/libpng-config
55/libpng.pc
56/libpng.vers
57/libpng16-config
58/libpng16.pc
59/libtool
60/stamp-h1
61pnglibconf.[ch]
62pnglibconf.dfn
63pnglibconf.pre
64pngprefix.h
65
66# Libpng test artifacts
67png-fix-itxt
68pngcp
69pngfix
70pngimage
71pngstest
72pngtest
73pngunknown
74pngvalid
75timepng
76pngout.png
77
78# Libpng CI artifacts
79out/
80