X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b0c2a4be2d1f4f93ab01d0858979a12ef0735ec1..bcc25888b3299758ad36721530cca3b899b7166c:/lunaix-os/.gitignore diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index 41eb114..e70eed3 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,5 +1,34 @@ -build/ -playground/ -.vscode/settings.json -.vscode/*.log -.VSCodeCounter/ \ No newline at end of file +/* + +!arch +!hal +!kernel +!libs +!makeinc +!includes +!scripts +!usr +!link +!tests + +!.gitignore +!*.md +!.pre-commit-config.yaml +!LBuild +!LConfig +!makefile +!live_debug.sh +!*.mk + +*.[od] +*.ld +*.log + +scripts/*.tool + +__pycache__ + +.config.json +.builder + +.vscode \ No newline at end of file