X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/db7fc030e9e04c881f5f12a0e23baa8db4e20ee1..71e44ac5296a7819554ce50b79129d64fd740e8f:/lunaix-os/.gitignore diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index 251d992..9a6b6a8 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,11 +1,34 @@ -build/ -playground/ -.vscode/settings.json -.vscode/*.log -.VSCodeCounter/ -.idea -bx_enh_dbg.ini -machine/ -draft/ -iso_inspect/ -unused/ \ 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 +!kernel.mk + +*.[od] +*.ld +*.log + +scripts/*.tool + +__pycache__ + +.config.json +.builder + +.vscode \ No newline at end of file