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