X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/a5338b60e111972364a8bc6f07011c6defd213d2..abb53006508723db0e1e13fb643240f688ddb8f0:/lunaix-os/.gitignore diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index a54615d..e70eed3 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,9 +1,34 @@ -build/ -playground/ -.vscode/settings.json -.vscode/*.log -.VSCodeCounter/ -.idea -bx_enh_dbg.ini -machine/ -draft/ \ 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