summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 83f83df3a1af2b3b54e830cc39294ddb5f8fd840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Ignore editor backup files
*~
*.swp

# Ignore bad merge files
*.rej
*.orig

# Ignore Visual Studio local and binary files
*.pdb
*.ncb
*.suo
*.vcproj.*.user

# RJW: I copy GhostPDL.sln to something more memorable in each checkout
# so VS2005 shows me a sensible 'Recent Projects' list. Ignore the copy.
win32/GhostPDLGit.sln

windows/.vs

# Ignore all the object files
bin
debugbin
profbin
membin
bin64
debugbin64
profbin64
debugobj
debugobjrt
obj
profobj
memobj
memobj64
debugobj64
obj64
profobj64
debugaux
cscope.*
autom4te.cache
sobin
sodebugbin
soobj
sodebugobj

gs/Makefile
gs/Makefile.in
gs/config.log
gs/config.status
gs/configure
gs/configure.ac
gs/debugobjrt/
gs/cups/gstopxl
gs/jbig2dec/.deps/
gs/jbig2dec/Makefile
gs/jbig2dec/config.log
gs/jbig2dec/config.status
gs/tiff/Makefile
gs/tiff/build/Makefile
gs/tiff/config.log
gs/tiff/config.status
gs/tiff/contrib/Makefile
gs/tiff/contrib/acorn/Makefile
gs/tiff/contrib/addtiffo/.deps/
gs/tiff/contrib/addtiffo/Makefile
gs/tiff/contrib/dbs/.deps/
gs/tiff/contrib/dbs/Makefile
gs/tiff/contrib/dbs/xtiff/Makefile
gs/tiff/contrib/iptcutil/.deps/
gs/tiff/contrib/iptcutil/Makefile
gs/tiff/contrib/mac-cw/Makefile
gs/tiff/contrib/mac-mpw/Makefile
gs/tiff/contrib/mfs/Makefile
gs/tiff/contrib/pds/Makefile
gs/tiff/contrib/ras/Makefile
gs/tiff/contrib/stream/Makefile
gs/tiff/contrib/tags/Makefile
gs/tiff/contrib/win_dib/Makefile
gs/tiff/html/Makefile
gs/tiff/html/images/Makefile
gs/tiff/html/man/Makefile
gs/tiff/libtiff/.deps/
gs/tiff/libtiff/Makefile
gs/tiff/libtiff/stamp-h1
gs/tiff/libtiff/stamp-h2
gs/tiff/libtiff/tif_config.h
gs/tiff/libtiff/tiffconf.h
gs/tiff/libtool
gs/tiff/man/Makefile
gs/tiff/port/.deps/
gs/tiff/port/Makefile
gs/tiff/test/.deps/
gs/tiff/test/Makefile
gs/tiff/tools/.deps/
gs/tiff/tools/Makefile
gs/jbig2dec/config.h
gs/jbig2dec/configure.lineno
gs/jbig2dec/libtool

config.guess
config.log
config.mak
config.status
config.sub
configure
install-sh
tiff
tiff-config


/Makefile
/auxflags.mak

doc/.doctrees
doc/.buildinfo


# Adding the following lines would help limit the 'noise' seen in git status
# due to files created during testing. Conversely, it prevents them being
# removed with git clean. A compromise is to include them here commented out
# so that people can copy them to their local .git/info/exclude if they want
# them.
# /*.pam
# /*.pbm
# /*.pgm
# /*.pkm
# /*.pnm
# /*.png
# /*.tif
# /*.tiff
# gs/*.pam
# gs/*.pbm
# gs/*.pgm
# gs/*.pkm
# gs/*.pnm
# gs/*.png
# gs/*.tif
# gs/*.tiff