We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c748d9 commit 0ba734fCopy full SHA for 0ba734f
.gitignore
@@ -199,3 +199,59 @@ go.work.sum
199
200
**/.zed/*
201
**/.vscode/*
202
+
203
+# Prerequisites
204
+*.d
205
206
+# Object files
207
+*.o
208
+*.ko
209
+*.obj
210
+*.elf
211
212
+# Linker output
213
+*.ilk
214
+*.map
215
+*.exp
216
217
+# Precompiled Headers
218
+*.gch
219
+*.pch
220
221
+# Libraries
222
+*.lib
223
+*.a
224
+*.la
225
+*.lo
226
227
+# Shared objects (inc. Windows DLLs)
228
+*.dll
229
+*.so
230
+*.so.*
231
+*.dylib
232
233
+# Executables
234
+*.exe
235
+*.out
236
+*.app
237
+*.i*86
238
+*.x86_64
239
+*.hex
240
241
+# Debug files
242
+*.dSYM/
243
+*.su
244
+*.idb
245
+*.pdb
246
247
+# Kernel Module Compile Results
248
+*.mod*
249
+*.cmd
250
+.tmp_versions/
251
+modules.order
252
+Module.symvers
253
+Mkfile.old
254
+dkms.conf
255
256
+# debug information files
257
+*.dwo
0 commit comments