X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/a8b800d1691263aa73054449b1721c1ec9516496..34f6af4f61e0eec9c96113e07f140b609b4113c8:/lunaix-os/.gitignore diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index 31f081b..ea16967 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,16 +1,33 @@ -build/ -playground/ -.vscode/settings.json -.vscode/*.log -.VSCodeCounter/ -.idea -bx_enh_dbg.ini -machine/ -draft/ -iso_inspect/ -unused/ +/* -.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 + +scripts/*.tool + +__pycache__ + +.config.json +.builder + +.vscode \ No newline at end of file