-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
153 lines (136 loc) · 1.77 KB
/
.gitignore
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# PLEASE NOTE:
# There is no need to add temporary files here when adding a new source
# file as such files (including .dll and .so) are caught by the general
# rules at the end of this file.
# The only thing you need to add is an executable without extension.
*.bin
.DS_Store
.deps/
.libs/
Makefile
Makefile.in
autogen.log
config.log
autoconf/compile
/aclocal.m4
/autom4te.cache
/cckd2ckd
/cckdcdsk
/cckdcomp
/cckddiag
/cckdswap
/cfba2fba
/ckd2cckd
/config.cache
/config.h
/config.h.in
/config.h.in~
/config.status
/configure
/dasdcat
/dasdconv
/dasdcopy
/dasdinit
/dasdisup
/dasdload
/dasdls
/dasdpdsu
/dasdseq
/dmap2hrc
/dyngui
/dyngui.res
/dyninst
/fba2cfba
/hdt1052c
/hdt1403
/hdt2703
/hdt3088
/hdt3270
/hdt3420
/hdt3505
/hdt3525
/hdteq
/hercifc
/herclin
/hercules
/hercules-*.tar.gz
/hercules.def
/hercules.exp
/hetget
/hetinit
/hetmap
/hetupd
/libtool
/makefile
/msvc.AMD64.bin
/msvc.AMD64.map
/msvc.AMD64.obj
/msvc.AMD64.pdb
/msvc.dllmod.bin
/msvc.dllmod.map
/msvc.dllmod.obj
/msvc.dllmod.pdb
/stamp-h
/stamp-h.in
/stamp-h1
/tapecopy
/tapemap
/tapesplt
/vmfplc2
/winbuild
# /html/images/
/html/images/.DS_Store
/html/images/Thumbs.db
# /intl/
/intl/charset.alias
/intl/libintl.h
/intl/ref-add.sed
/intl/ref-del.sed
# /m4/
# /man/
# /po/
/po/POTFILES
/po/nl.gmo
/po/de.gmo
/po/remove-potcdate.sed
/po/stamp-po
# /util/
# GIT Generics - Object Files
*.lo
*.la
*.loT
*.o
# GIT Generics - Libraries
*.lib
*.a
# GIT Generics - Shared Objects (including Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# GIT Generics - Executables
*.exe
*.out
*.app
# Eclipse
.project
.cproject
/.metadata
/.settings
# Visual Studio
/*.aps
/*.idc
/*.pdb
/*.psess
/* BuildLog.htm
/Hercules_VS*.opensdf
/Hercules_VS*.sdf
/Hercules_VS*.suo
/msvc.*
*.vcxproj.user
# Editors
*.aus
*.bak
*~
# QA Testing
allTests.testin