X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/84d85ea7b7bba78431600369cf1717166e156cd0..1b6767d3a861f9367fbb99f3a4302eea9fe65f4f:/lunaix-os/.gitignore?ds=sidebyside diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index a92c714..ea16967 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,3 +1,33 @@ -build/ -playground/ -.vscode/settings.json +/* + +!arch +!hal +!kernel +!libs +!makeinc +!includes +!scripts +!usr +!link + +!.gitignore +!*.md +!.pre-commit-config.yaml +!LBuild +!LConfig +!makefile +!live_debug.sh +!kernel.mk + +*.[od] +*.ld +*.log + +scripts/*.tool + +__pycache__ + +.config.json +.builder + +.vscode \ No newline at end of file