Compare commits

...

2 Commits

Author SHA1 Message Date
Roberto Alsina 2a3fa5b189 meh 2023-07-12 17:30:45 -03:00
Roberto Alsina 5d7d1c45db meh 2023-07-12 17:30:41 -03:00
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@ dkms.conf
shortcodes.c
shortcodes
tests

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"shortcodes.h": "c"
}
}