type fixes and bindings + notes on subtyping
This commit is contained in:
parent
7e3c7c88ea
commit
c18f56f7be
28 changed files with 2253 additions and 783 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -51,12 +51,6 @@ Module.symvers
|
|||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# CMake build dirs
|
||||
build-*/
|
||||
|
||||
# CMake compile commands
|
||||
compile_commands.json
|
||||
|
||||
# vim
|
||||
.*.swp
|
||||
.*.swo
|
||||
|
@ -64,3 +58,18 @@ compile_commands.json
|
|||
# vscode
|
||||
.vscode
|
||||
.cache
|
||||
|
||||
# CMake
|
||||
build*/
|
||||
compile_commands.json
|
||||
|
||||
# clangd
|
||||
.clangd
|
||||
|
||||
# ctags tagfile
|
||||
tags
|
||||
|
||||
# other stuff
|
||||
local/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue