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