X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/9eed27f6f2f002145667fb4abfc5e476b53630e5..a136ca38d83fae60994a54f5da88120e545895e1:/lunaix-os/.gitignore?ds=sidebyside diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index d85c7e5..f167317 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,17 +1,29 @@ -build/ -playground/ -.vscode/settings.json -.vscode/*.log -.VSCodeCounter/ -.idea -bx_enh_dbg.ini -machine/ -draft/ -iso_inspect/ -unused/ -__pycache__/ +/* -.gdb_history +!arch +!hal +!kernel +!libs +!makeinc +!includes +!scripts +!usr +!link -**.o -**.d \ No newline at end of file +!.gitignore +!*.md +!.pre-commit-config.yaml +!LBuild +!LConfig +!makefile +!live_debug.sh +!kernel.mk + +*.[od] +*.ld +*.log + +__pycache__ + +.config.json +.builder \ No newline at end of file