-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.gitignore
176 lines (162 loc) · 4.91 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
*.swp
*.lo
*.la
*.o
*.deps
*.libs
*.cache
.dirstamp
*.user
config*
*Debug/
*Release/
*.ncb
*.suo
*.sdf
*.opensdf
ipch/
build-aux/
rpm/spec
stamp-h
cyassl/options.h
wolfssl/options.h
libtool.m4
aclocal.m4
aminclude.am
lt*.m4
Makefile.in
*.a
ltmain.sh
Makefile
config.*
autom4te.cache
deps
.deps
.libs
stamp-h1
libtool
TAO.README
distribute.sh
aclocal.m4
lighttpd/lighttpd-1.4.35/Makefile.in
lighttpd/lighttpd-1.4.35/aclocal.m4
lighttpd/lighttpd-1.4.35/ar-lib
lighttpd/lighttpd-1.4.35/compile
lighttpd/lighttpd-1.4.35/config.guess
lighttpd/lighttpd-1.4.35/config.h.in
lighttpd/lighttpd-1.4.35/config.sub
lighttpd/lighttpd-1.4.35/configure
lighttpd/lighttpd-1.4.35/depcomp
lighttpd/lighttpd-1.4.35/doc/Makefile.in
lighttpd/lighttpd-1.4.35/doc/config/Makefile.in
lighttpd/lighttpd-1.4.35/doc/config/conf.d/Makefile.in
lighttpd/lighttpd-1.4.35/doc/config/vhosts.d/Makefile.in
lighttpd/lighttpd-1.4.35/doc/initscripts/Makefile.in
lighttpd/lighttpd-1.4.35/doc/outdated/Makefile.in
lighttpd/lighttpd-1.4.35/doc/scripts/Makefile.in
lighttpd/lighttpd-1.4.35/doc/systemd/Makefile.in
lighttpd/lighttpd-1.4.35/install-sh
lighttpd/lighttpd-1.4.35/ltmain.sh
lighttpd/lighttpd-1.4.35/m4/libtool.m4
lighttpd/lighttpd-1.4.35/m4/ltoptions.m4
lighttpd/lighttpd-1.4.35/m4/ltsugar.m4
lighttpd/lighttpd-1.4.35/m4/ltversion.m4
lighttpd/lighttpd-1.4.35/m4/lt~obsolete.m4
lighttpd/lighttpd-1.4.35/missing
lighttpd/lighttpd-1.4.35/src/Makefile.in
lighttpd/lighttpd-1.4.35/tests/Makefile.in
lighttpd/lighttpd-1.4.35/tests/docroot/123/Makefile.in
lighttpd/lighttpd-1.4.35/tests/docroot/Makefile.in
lighttpd/lighttpd-1.4.35/tests/docroot/www/Makefile.in
lighttpd/lighttpd-1.4.35/tests/docroot/www/expire/Makefile.in
lighttpd/lighttpd-1.4.35/tests/docroot/www/go/Makefile.in
lighttpd/lighttpd-1.4.35/tests/docroot/www/indexfile/Makefile.in
lighttpd/lighttpd-1.4.35/src/lighttpd
lighttpd/lighttpd-1.4.35/src/lighttpd-angel
lighttpd/lighttpd-1.4.35/src/lemon
lighttpd/lighttpd-1.4.35/src/proc_open
lighttpd/lighttpd-1.4.35/src/versionstamp.h
lighttpd/lighttpd-1.4.35/src/configparser.c
lighttpd/lighttpd-1.4.35/src/mod_ssi_exprparser.c
build-android.sh
*~
*.swp
stunnel3
stunnel/Makefile.in
stunnel/doc/Makefile.in
stunnel/src/Makefile.in
stunnel/tools/Makefile.in
stunnel/src/stunnel
stunnel/configure
!stunnel/auto/*
!stunnel/src/config.h.in
!stunnel/build-android.sh
stunnel/tools/stunnel.conf-sample
stunnel/tools/stunnel.init
stunnel/tools/stunnel.service
stunnel/example/echoclient-tcp/echoclient-tcp
stunnel/example/echoserver-ssl/echoserver-ssl
!stunnel/example/Makefile
!stunnel/example/echoclient-tcp/Makefile
!stunnel/example/echoserver-ssl/Makefile
openssh/ssh
openssh/sshd
openssh/buildpkg.sh
openssh/configure
openssh/regress/sshd_proxy.orig
openssh/regress/modpipe.dSYM*
openssh/regress/setutid-allowed.dSYM*
openssh/regress/authorized_keys*
stunnel/example/echoserver/echoserver*
*.plist
server_err.log
# Visual Studio
**/.vs
# All backup files
*.bak
# CMake files to exclude
/realm/VS2022/**/CMakeCache.txt
/realm/VS2022/**/*.cmake
/realm/VS2022/**/install_manifest_devel.txt
/realm/VS2022/**/build/wolfssl
# Download by build process:
/realm/VS2022/zlib/**
/realm/VS2022/**/*.log
# Build-time cache
/realm/VS2022/**/THIS_WOLFSSL_ROOT_REG.txt
/realm/VS2022/CMakeFiles/**/*
/realm/VS2022/test/DebugSync_**
/realm/VS2022/test/*.lock
/realm/VS2022/test/*.realm
/realm/VS2022/test/*.backup-log
/realm/VS2022/**/*.realm.lock
/realm/VS2022/**/generate.stamp
/realm/VS2022/**/generate.stamp.depend
/realm/VS2022/external/catch/src/Catch2.dir/**/objects.txt
# Realm build-time generated test files
/realm/VS2022/Testing/**/CTestCheckpoint.txt
/realm/VS2022/Testing/**/LastTest.log.tmp
/realm/VS2022/test/benchmark-common-tasks/Debugbenchmark_common_tasks_EmptyCommit_Full_EncryptionOff.realm
/realm/VS2022/test/benchmark-common-tasks/Debugbenchmark_common_tasks_AddTable_Full_EncryptionOff.realm
/realm/VS2022/test/benchmark-common-tasks/Debugbenchmark_common_tasks_AddTable_Full_EncryptionOff.realm.lock
/realm/VS2022/test/DebugLangBindHelper_CompactLargeEncryptedFile.1.path.realm.tmp_compaction_space
/realm/VS2022/test/DebugShared_CompactEmpty.1.path.realm.tmp_compaction_space
/realm/VS2022/test/DebugFile_Offset.*
# Realm test-time generated files
/realm/VS2022/test/**/data.realm
/realm/VS2022/test/**/Debug**.realm
/realm/VS2022/test/**/Debugresults.*
/realm/VS2022/test/**/Debugresults.latest.json
/realm/VS2022/test/**/*.tmp_compaction_space
/realm/VS2022/test/**/Debugresults.*.csv
# Realm auto-generated dependency files
/realm/VS2022/_deps/libuv-build/CMakeFiles
/realm/VS2022/_deps/libuv-build/Testing
/realm/VS2022/_deps/libuv-build/DartConfiguration.tcl
/realm/VS2022/_deps/libuv-subbuild/CMakeLists.txt
/realm/VS2022/_deps/libuv-subbuild/CMakeFiles
/realm/VS2022/_deps/libuv-subbuild/libuv-populate-prefix/tmp
/realm/VS2022/_deps/libuv-subbuild/libuv-populate-prefix/src
# Ensure a couple of placeholder files are always included
!/realm/VS2022/CMakeFiles/VerifyGlobs.cmake
!/realm/VS2022/CMakeFiles/cmake.verify_globs